Skip to content

Commit

Permalink
Allow go tip to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
horjulf committed Nov 5, 2019
1 parent e141fe8 commit 19656d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ go:
- '1.13.x'
- tip

matrix:
allow_failures:
- go: tip

script:
- go mod vendor
- go test -mod vendor -race -v ./...

0 comments on commit 19656d7

Please sign in to comment.