Skip to content

Commit

Permalink
travis: disable install step
Browse files Browse the repository at this point in the history
  • Loading branch information
jzelinskie committed Dec 4, 2015
1 parent 46fffdf commit 02d3884
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 @@ -9,6 +9,9 @@ sudo: false
before_install:
- export GO15VENDOREXPERIMENT=1

install:
- echo 'nop'

script:
- go test -v $(go list ./... | grep -v /vendor/)

Expand Down

0 comments on commit 02d3884

Please sign in to comment.