From 726e56ffb231d28c7d7d1f735707e959ba2b4c5b Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sun, 23 Jul 2017 02:42:01 +0200 Subject: [PATCH] Install gems for production, to see when compatibility breaks --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7bc30dfe0..bbc17822c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ before_install: - tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs - export PATH=$PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH -bundler_args: "--deployment --without development production --with mysql postgresql --jobs 3 --retry 3" +bundler_args: "--deployment --without development --with mysql postgresql --jobs 3 --retry 3" script: "./script/ci/build.sh" -- GitLab