Update .travis.yml

This commit is contained in:
Victor Vieux 2014-12-12 11:57:00 -08:00
parent 953f850dbe
commit 9c48754a06
1 changed files with 1 additions and 5 deletions

View File

@ -1,12 +1,8 @@
language: go
install:
- go get code.google.com/p/go.tools/cmd/cover
- go get -d -v ./... && go build -v ./...
go:
- 1.3
- 1.4
script:
- go test -v -cover ./...
- go test -v ./...