Skip to content

Commit

Permalink
Merge pull request #11 from sue445/sue445-patch-1
Browse files Browse the repository at this point in the history
Fix CI for bundler v2
  • Loading branch information
sue445 committed Jan 8, 2019
2 parents 1a7290e + d1cefa0 commit 0ab04dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ rvm:
bundler_args: "--jobs=2"
cache: bundler
before_install:
- gem install bundler --no-document
- travis_retry gem update --system || travis_retry gem update --system 2.7.8
- travis_retry gem install bundler --no-document || travis_retry gem install bundler --no-document -v 1.17.3
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
Expand Down

0 comments on commit 0ab04dd

Please sign in to comment.