Update bundler on CI

This commit is contained in:
Jonne Haß 2015-03-25 00:53:07 +01:00
parent 15cdb552ba
commit b58beb75fb

View file

@ -21,6 +21,7 @@ branches:
- 'master'
- 'develop'
before_install: gem install bundler
bundler_args: "--without development production heroku --jobs 3 --retry 3"
script: "./script/ci/build.sh"