1
0
Fork 0
mirror of https://github.com/vbatts/git-validation.git synced 2024-11-17 13:58:39 +00:00

Merge pull request #14 from vbatts/go-version

travis: bump the golang versions
This commit is contained in:
Vincent Batts 2017-01-27 09:33:33 -05:00 committed by GitHub
commit 57e0595ad8

View file

@ -1,7 +1,8 @@
language: go
go:
- tip
- 1.7
- 1.6
- 1.5.3
sudo: false