Skip to content

Commit

Permalink
travis updates; disable 1.9.x; add modern 2.x versions; speed++
Browse files Browse the repository at this point in the history
  • Loading branch information
jhart-r7 committed Oct 28, 2015
1 parent 2843776 commit f6044ea
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
@@ -1,7 +1,10 @@
language: ruby
sudo: false
cache: bundler
rvm:
- 1.9.3
- 2.2.0
- 2.2.3
- 2.1.7
- jruby

before_install:
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
script: "bundle exec rake spec"

0 comments on commit f6044ea

Please sign in to comment.