Skip to content

Commit

Permalink
Remove support for Ruby 1.8.7 & 1.9.2 in Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Hill committed Nov 15, 2014
1 parent 6d20bd2 commit 2e8e1b7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
@@ -1,15 +1,14 @@
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- ree
- rbx
- 2.1.2
- jruby
- rbx
matrix:
fast_finish: true
allow_failures:
- rvm: rbx
- rvm: jruby
notifications:
recipients:
- xrkhill@gmail.com
Expand Down

0 comments on commit 2e8e1b7

Please sign in to comment.