Skip to content

Commit

Permalink
Remove go tip as it takes too much time
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikschulz committed Jun 17, 2017
1 parent 2a9d4b3 commit f57d3c5
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.x
- tip

before_install:
- go get -v github.com/golang/lint/golint
Expand All @@ -15,7 +14,3 @@ script:
- make test
- make build
- make test-integration

matrix:
allow_failures:
- go: tip

0 comments on commit f57d3c5

Please sign in to comment.