Skip to content

Commit

Permalink
[ci] Allow CI failures on tip.
Browse files Browse the repository at this point in the history
  • Loading branch information
elithrar committed Apr 10, 2016
1 parent d0f2612 commit aeb4f8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -6,12 +6,12 @@ matrix:
- go: 1.4
- go: 1.5
- go: 1.6

install:
- go get golang.org/x/tools/cmd/vet
- go: tip
allow_failures:
- go: tip

script:
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d .)
- go tool vet .
- go vet $(go list ./... | grep -v /vendor/)
- go test -v -race ./...

0 comments on commit aeb4f8e

Please sign in to comment.