Skip to content

Commit

Permalink
Only require travis gem on production, see #285
Browse files Browse the repository at this point in the history
Allow latest version of the gem.
  • Loading branch information
jamesaoverton authored Jan 12, 2017
1 parent de26eca commit 715caa8
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 715caa8

Please sign in to comment.