Skip to content

Commit

Permalink
Latest of each ruby version for travis
Browse files Browse the repository at this point in the history
I think this works.
  • Loading branch information
jnunemaker committed Dec 23, 2015
1 parent 6548f10 commit f4d68e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: ruby
rvm:
- 2.0.0
- 2.1.8
- 2.2.4
- 2.0
- 2.1
- 2.2
bundler_args: --without guard
before_script: gem install bundler -v 1.10.6 && sudo service redis-server status && sudo service mongodb status
script: bundle exec rake
Expand Down

0 comments on commit f4d68e4

Please sign in to comment.