Skip to content

Commit

Permalink
Simplify travis ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgoetze committed Oct 13, 2017
1 parent 766e86a commit d455bee
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@ sudo: false
language: ruby

rvm:
- jruby-9000

cache:
- bundler

before_install:
- rvm get head
- rvm use jruby-9.0.1.0 --install
- gem install bundler

script: bundle exec rake spec
- jruby-9.0.0.0
- jruby-9.1.0.0
- jruby-head

0 comments on commit d455bee

Please sign in to comment.