Update Travis to use Go 1.6
This commit is contained in:
parent
a22a2e1ddf
commit
904c5ae576
|
@ -3,7 +3,7 @@ sudo: false
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.5
|
- 1.6
|
||||||
|
|
||||||
# Need to ensure at least something remains in the install stanza to opt out of
|
# Need to ensure at least something remains in the install stanza to opt out of
|
||||||
# Travis's built-in 'godep restore', which will fail Travis
|
# Travis's built-in 'godep restore', which will fail Travis
|
||||||
|
|
Loading…
Reference in New Issue