bundle without heroku on travis
This commit is contained in:
parent
fa55200e9c
commit
5ee2a17d16
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 production heroku"
|
||||
before_script: "./config/ci/before-travis.sh"
|
||||
script: "bundle exec rake travis"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue