Skip to content

Commit

Permalink
Removing go tip from travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
bengadbois committed Apr 26, 2017
1 parent 03c4402 commit dcdffff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: go

go:
- 1.8
- tip

install:
- go get ./...
Expand All @@ -14,7 +13,3 @@ script:
- go vet -race ./...
- ineffassign .
- misspell -error .

matrix:
allow_failures:
- go: tip

0 comments on commit dcdffff

Please sign in to comment.