Skip to content

Commit

Permalink
Make Go tip a fast-finish allowed feature for CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
satori committed Sep 27, 2016
1 parent 8dc4606 commit b061729
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 @@ -8,6 +8,10 @@ go:
- 1.6
- 1.7
- tip
matrix:
allow_failures:
- go: tip
fast_finish: true
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
Expand Down

0 comments on commit b061729

Please sign in to comment.