Skip to content

Commit

Permalink
Merge pull request #706 from ianks/travis-update
Browse files Browse the repository at this point in the history
Update ruby versions in CI
  • Loading branch information
pitr-ch committed May 7, 2018
2 parents 2749b8d + 9247bb4 commit 3c90f82
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Expand Up @@ -2,14 +2,14 @@ language: ruby

rvm:
# start with the latest
- 2.5.0
- 2.5.1
- jruby-9.1.17.0

# older versions
- 2.4.3
- 2.3.4
- 2.2.7
- 2.1.9
- 2.4.4
- 2.3.7
- 2.2.10
- 2.1.10
- 2.0.0
- 1.9.3

Expand All @@ -33,7 +33,7 @@ branches:
matrix:
fast_finish: true
include:
- rvm: 2.3.4
- rvm: 2.3.7
jdk: oraclejdk8
env: COVERAGE=1
allow_failures:
Expand Down

0 comments on commit 3c90f82

Please sign in to comment.