travis/ci: bundle update instead of install

This commit is contained in:
richie 2016-10-11 22:34:33 -07:00
parent f8df35d338
commit f0159a877d

View File

@ -6,5 +6,5 @@ env:
- "RAILS_VERSION=4.2.0"
- "RAILS_VERSION=5.0.0"
cache: bundler
install: bundle install
install: bundle update
script: ./ci/test.sh