Skip to content

Commit

Permalink
Use a modern version of Bundler on Ruby 2.0.0 box
Browse files Browse the repository at this point in the history
  • Loading branch information
greysteil committed Aug 20, 2018
1 parent 9a2c2a8 commit 4f65885
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ env:
- OCTOKIT_TEST_GITHUB_CLIENT_SECRET='abcdefabcdefabcdefababcdefabcdefabcdefab'
- OCTOKIT_SILENT=true

before_install:
- gem update bundler

before_script:
- chmod 600 spec/fixtures/.netrc

Expand Down

0 comments on commit 4f65885

Please sign in to comment.