Skip to content

Commit

Permalink
Fix travis tests for Go 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fiorix committed Mar 7, 2015
1 parent b416dd1 commit ca28c17
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,11 +1,10 @@
language: go
go:
- 1.3
- release
- 1.4

install:
- go get -v ./...
- go get code.google.com/p/go.tools/cmd/cover
- go get golang.org/x/tools/cmd/cover

script:
- go test -v -cover ./...

0 comments on commit ca28c17

Please sign in to comment.