Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
or maybe this?
  • Loading branch information
godfat committed Mar 3, 2016
1 parent b95ebf8 commit 6e65729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -5,11 +5,11 @@ rvm:
- 2.2
- 2.3.0
- rbx
- jruby-9.0.5.0
- jruby-9

before_install:
- rvm get head
- rvm reload
- rvm use --install $TRAVIS_RUBY_VERSION --binary --latest
install: 'bundle install --retry=3'
install: 'gem install bundler; bundle install --retry=3'
script: 'ruby -r bundler/setup -S rake test'

0 comments on commit 6e65729

Please sign in to comment.