From 715caa848a4b3127a5205db8300bfe51bfb8270d Mon Sep 17 00:00:00 2001 From: "James A. Overton" Date: Thu, 12 Jan 2017 08:42:22 -0500 Subject: [PATCH] Only require travis gem on production, see #285 Allow latest version of the gem. --- tools/site.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/site.yml b/tools/site.yml index 0c55de8e..e9995645 100644 --- a/tools/site.yml +++ b/tools/site.yml @@ -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