From 7b88dbc1de13c19498af88c8e8477eab436f0a0d Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Mon, 17 Dec 2012 12:34:07 +0000 Subject: Don't install the develop or development group of gems in travis. --- script/rails-post-deploy | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'script/rails-post-deploy') diff --git a/script/rails-post-deploy b/script/rails-post-deploy index 67752b0bc..abc7fab41 100755 --- a/script/rails-post-deploy +++ b/script/rails-post-deploy @@ -77,6 +77,10 @@ then bundle_install_options="--without development:test --deployment" fi +if [ "$TRAVIS" = "true" ] +then + bundle_install_options="--without development develop --deployment" +fi bundle install $bundle_install_options bundle exec rake themes:install -- cgit v1.2.3