Update Go version .travis.yml
Currently, the travis build doesn't work because the dependencies require Go1.5.
This commit is contained in:
parent
d38f1ef46f
commit
82a2759dc8
|
@ -2,7 +2,8 @@ sudo: false
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.4
|
- 1.5.4
|
||||||
|
- 1.6.2
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -short ./...
|
- go test -short ./...
|
||||||
|
|
Loading…
Reference in New Issue