Skip to content

Commit

Permalink
removed support for ruby < 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel van Rijn committed Jun 25, 2013
1 parent 25d9714 commit 0eccca2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
@@ -1,15 +1,13 @@
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- jruby-18mode
- ruby-head
- jruby-head
- ree
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: jruby-head
script: "bundle exec rake spec"

0 comments on commit 0eccca2

Please sign in to comment.