Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Tell travis not to run install step.
Browse files Browse the repository at this point in the history
Installing the code is taken care of by the run_tests.sh script.
  • Loading branch information
jcvernaleo committed Jun 6, 2017
1 parent b154254 commit 72a40b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ env:
- GOVERSION = 1.7
- GOVERSION = 1.8

install: true

script:
- ./run_tests.sh $GOVERSION

0 comments on commit 72a40b7

Please sign in to comment.