Fix Travis config

This commit is contained in:
Bjørn Erik Pedersen 2016-06-05 23:53:54 +02:00
parent e7c8609bb0
commit 6b1e71387a
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
sudo: false
language: go language: go
go: go:
- 1.5.4 - 1.5.4
- 1.6.2 - 1.6.2
@ -7,7 +9,7 @@ go:
matrix: matrix:
allow_failures: allow_failures:
- go: tip - go: tip
script: script:
- go test -v ./... - go test -v ./...
- go build - go build