Skip to content

Commit

Permalink
update .travis.yml not to use Ruby 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
misshie committed Dec 11, 2013
1 parent 0e3c37c commit 12d4ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: ruby
rvm:
- 1.9.3
- 1.9.2
- 1.8.7
# - 1.8.7
# - jruby-18mode # JRuby in 1.8 mode
# - jruby-19mode # JRuby in 1.9 mode
script: bundle exec rspec spec/travis-ci_spec.rb

0 comments on commit 12d4ee0

Please sign in to comment.