Skip to content

Commit

Permalink
Updated the list of Rubies to test against.
Browse files Browse the repository at this point in the history
  • Loading branch information
baldowl committed Dec 29, 2016
1 parent c32425b commit 7a151a2
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .travis.yml
Expand Up @@ -3,10 +3,11 @@ sudo: false
language: ruby

rvm:
- 2.0
- 2.1
- 2.2
- 2.3.1
- 2.0.0-p648
- 2.1.10
- 2.2.6
- 2.3.3
- 2.4.0

env:
- TEST_WITH_RACK=1.4.0
Expand All @@ -16,14 +17,9 @@ env:

matrix:
exclude:
- rvm: 2.0
- rvm: 2.0.0-p648
env: TEST_WITH_RACK=2.0.0
- rvm: 2.1
env: TEST_WITH_RACK=2.0.0
- rvm: 2.2
env: TEST_WITH_RACK=2.0.0
include:
- rvm: 2.2.2
- rvm: 2.1.10
env: TEST_WITH_RACK=2.0.0

script: bundle exec rake spec features

0 comments on commit 7a151a2

Please sign in to comment.