Skip to content

Commit

Permalink
Fix travis-ci config to only get vet when tip or later
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel committed Nov 28, 2013
1 parent 53488ba commit db981d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: go
go:
- 1.1
- 1.1.1
- 1.1.2
- tip

branches:
Expand All @@ -15,7 +14,7 @@ before_install:
script:
- go build ./...
- go fmt ./...
- go get code.google.com/p/go.tools/cmd/vet
- (go version | grep "version go1.1") || go get code.google.com/p/go.tools/cmd/vet
- go vet ./...
- go test -i -race ./...
- go test -v -race ./...

0 comments on commit db981d0

Please sign in to comment.