Skip to content

Commit

Permalink
Explicitly install newer bundler (travis defaults to 1.x bundler)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjaspers committed Apr 30, 2020
1 parent 42dc078 commit a95cd0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ rvm:
- 2.5
- 2.6
- 2.7
before_install:
- gem install bundler
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64
> ./cc-test-reporter
Expand Down

0 comments on commit a95cd0c

Please sign in to comment.