Install gems for production, to see when compatibility breaks
This commit is contained in:
parent
33fa2e8a9e
commit
726e56ffb2
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue