There is no production group to exclude

This commit is contained in:
Sarah Mei 2011-12-11 12:34:52 -08:00
parent 62833595da
commit 82fd591b07

View file

@ -14,7 +14,7 @@ env:
- DB=mysql BUILD_TYPE=cucumber
before_install: gem install bundler --pre
bundler_args: "--without development production"
bundler_args: "--without development"
before_script: "./config/ci/before-travis.sh"
script: "bundle exec rake travis"