Merge pull request #3669 from hashicorp/phinze/travis-go-1.5
travis: build with go 1.5 now
This commit is contained in:
commit
0628c33973
|
@ -3,7 +3,7 @@ sudo: false
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.4
|
||||
- 1.5
|
||||
- tip
|
||||
|
||||
install: make updatedeps
|
||||
|
|
Loading…
Reference in New Issue