Skip to content

Commit

Permalink
Allow test failures on Go tip
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Jul 9, 2018
1 parent 1006667 commit b77318b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ go:
- 1.9.x
- "1.10.x"
- tip
matrix:
allow_failures:
- go: tip
install:
- go get github.com/golang/lint/golint
- go get -v -t ./twitter
Expand Down

0 comments on commit b77318b

Please sign in to comment.