Update Travis config

This commit is contained in:
Bjørn Erik Pedersen 2016-05-08 20:08:58 +02:00
parent eb0cc807c2
commit f0b36a98d3
1 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,13 @@
language: go language: go
go: go:
- 1.5.4
- 1.6.2
- tip - tip
matrix:
allow_failures:
- go: tip
script: script:
- go test -v ./... - go test -v ./...
- go build - go build