Skip to content

Commit

Permalink
Let travis test against go-tip
Browse files Browse the repository at this point in the history
  • Loading branch information
ariejan authored and bep committed Jun 11, 2015
1 parent bee4691 commit 3ab00e6
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 @@ -2,6 +2,10 @@ language: go
go:
- 1.3
- 1.4.2
- tip
matrix:
allow_failures:
- go: tip
script:
- go test ./...
- go build
Expand Down

0 comments on commit 3ab00e6

Please sign in to comment.