Skip to content

Commit

Permalink
Instruct Travis CI to use a specific Rubygems version. Master is brok…
Browse files Browse the repository at this point in the history
…en and Travis CI default (v2.5.1) is probably broken too.
  • Loading branch information
confiks committed Aug 8, 2016
1 parent 2a7c6c8 commit 6aad073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ addons:

language: ruby

before_install: rvm rubygems master --force
before_install: rvm rubygems v2.6.6 --force
install: gem install --file
script: "RUBYGEMS_GEMDEPS=- rake test"

Expand Down

0 comments on commit 6aad073

Please sign in to comment.