Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #19 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 3, 2019
2 parents b1994d4 + 95e9d79 commit 4c3fffe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,8 @@ bundler_args: "--jobs=2"
cache: bundler
sudo: false
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 4c3fffe

Please sign in to comment.