Skip to content

Commit

Permalink
update travis yaml to allow tip to be red, since it's not critical
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Van Hove committed Jun 26, 2013
1 parent 01e9a23 commit be3e831
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 @@ -3,6 +3,10 @@ go:
- 1.1
- tip

matrix:
allow_failures:
- go: tip

install:
- gem install nats
- export GOPATH=$TRAVIS_BUILD_DIR
Expand Down

0 comments on commit be3e831

Please sign in to comment.