travis: test against go 1.7 and 1.8
This commit is contained in:
parent
4d02220019
commit
acd5c75d52
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
language: go
|
language: go
|
||||||
go: 1.1
|
sudo: false
|
||||||
|
go:
|
||||||
|
- 1.7.5
|
||||||
|
- 1.8.1
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -v ./...
|
- go test -v ./...
|
||||||
|
|
Loading…
Reference in a new issue