Skip to content

Commit

Permalink
Merge pull request #289 from OBOFoundry/travis-production-only
Browse files Browse the repository at this point in the history
Only require travis gem on production, see #285
  • Loading branch information
jamesaoverton authored Jan 12, 2017
2 parents de26eca + 715caa8 commit de73f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
- python3-pip

- name: Install Travis command-line
when: mode != "travis"
command: gem install travis -v 1.8.0 --no-rdoc --no-ri creates=/usr/local/bin/travis
when: mode == "production"
command: gem install travis --no-rdoc --no-ri creates=/usr/local/bin/travis

- name: Install kwalify
command: gem install kwalify creates=/usr/local/bin/kwalify
Expand Down

0 comments on commit de73f0d

Please sign in to comment.