Skip to content

Commit 94878c0

Browse files
committed
Fixing TravisCI after ruby upgrade (see travis-ci/travis-ci#8978)
1 parent fd25920 commit 94878c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ notifications:
2121
recipients:
2222
2323

24+
before_install:
25+
- gem update --system
26+
- gem install bundler -v 1.16.1
27+
2428
before_script:
2529
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
2630
- chmod +x ./cc-test-reporter

0 commit comments

Comments
 (0)