Upgrade bundler according to Gemfile.lock on CI

This commit is contained in:
Maikel Linke
2017-06-30 12:15:24 +10:00
committed by Maikel
parent 3f2299e52e
commit 250062bd2f

View File

@@ -22,6 +22,9 @@ env:
- CI_NODE_INDEX=3
- CI_NODE_INDEX=4 KARMA="true" GITHUB_DEPLOY="true"
before_install:
- ./script/upgrade_bundler.sh
before_script:
- cp config/database.travis.yml config/database.yml
- cp config/application.yml.example config/application.yml