diff --git a/.travis.yml b/.travis.yml index 7bc30dfe0698d804fc63070c3987ae5b0d61ff20..bbc17822c5391e3def7b98363169a106c1902bfc 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"