Skip to content

Commit

Permalink
Fixes #3 - Update Travis
Browse files Browse the repository at this point in the history
* Removes Ruby 1.9.2 and adds 2.1.0
* Updates Rubinius version
* Sets Bundler caching
  • Loading branch information
duggiefresh committed Mar 9, 2014
1 parent ff990d8 commit e678fb5
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .travis.yml
@@ -1,13 +1,8 @@
language: ruby
cache: bundler
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- jruby-19mode # JRuby in 1.9 mode
- rbx-19mode
# - 1.8.7
# - jruby-18mode # JRuby in 1.8 mode
# - rbx-18mode

# uncomment this line if your project needs to run something other than `rake`:
# script: bundle exec rspec spec
- 2.1.0
- jruby-19mode
- rbx-2

0 comments on commit e678fb5

Please sign in to comment.