Skip to content

Commit

Permalink
Reduce supported ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
flori committed Jan 11, 2017
1 parent b4eeed1 commit f8e2aa6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,14 @@ language: ruby

# Specify which ruby versions you wish to run your tests on, each version will be used
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- 2.3.3
- 2.4.0
- ree
- ruby-head
matrix:
include:
- rvm: jruby
env: JRUBY_OPTS="--2.0"
allow_failures:
- rvm: rbx-2
- rvm: ruby-head
script: "bundle exec rake"
sudo: false

0 comments on commit f8e2aa6

Please sign in to comment.