Update Go version .travis.yml

Currently, the travis build doesn't work because the dependencies
require Go1.5.
This commit is contained in:
beorn7 2016-05-27 15:26:51 +02:00
parent d38f1ef46f
commit 82a2759dc8
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ sudo: false
language: go
go:
- 1.4
- 1.5.4
- 1.6.2
script:
- go test -short ./...