Skip to content

Commit

Permalink
Fixing TravisCI after ruby upgrade (see travis-ci/travis-ci#8978)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpumuk committed Mar 29, 2018
1 parent fd25920 commit 94878c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ notifications:
recipients:
- [email protected]

before_install:
- gem update --system
- gem install bundler -v 1.16.1

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 94878c0

Please sign in to comment.