Skip to content

Commit

Permalink
updated .travis.yml dropped 1.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
orieken committed Mar 24, 2014
1 parent 19ceb43 commit 1596651
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
language: ruby
script: "bundle exec rspec spec"
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- ruby-head
- ree
- jruby
- jruby-19mode
- rbx
env:
-
- JRUBY_OPTS="--1.8"
- JRUBY_OPTS="--1.9"
matrix:
exclude:
Expand Down Expand Up @@ -57,3 +54,4 @@ matrix:
notifications:
email:
- [email protected]
- [email protected]

0 comments on commit 1596651

Please sign in to comment.