There is no production group to exclude
This commit is contained in:
parent
62833595da
commit
82fd591b07
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue