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
1 changed files with 2 additions and 1 deletions

View File

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