Update .travis.yml

This commit is contained in:
Samuel 2017-11-28 11:51:10 -06:00 committed by GitHub
parent e6c97c2960
commit 2e71b85d08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,6 @@ matrix:
install: install:
- gem update --system 2.6.14 - gem update --system 2.6.14
- gem install bundler --version 1.15.4 - gem install bundler --version 1.15.4
- bundle _1.15.4_ install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle} - bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
script: script:
- "bundle _1.15.4_ exec rake $CHECK" - "bundle exec rake $CHECK"