Skip to content

Commit

Permalink
[ci] test againt various rake versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Jun 20, 2018
1 parent 31ada01 commit 0ee9978
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Expand Up @@ -13,8 +13,14 @@ matrix:
include:
- rvm: jruby-head
env: TASK=test
- rvm: jruby-9.1.16.0
- rvm: jruby-9.1.17.0
env: TASK=integration
- rvm: jruby-9.1.16.0
env: RAKE_VERSION="~>10.1"
- rvm: jruby-9.1.16.0
env: RAKE_VERSION="~>11.2"
- rvm: jruby-9.1.16.0
env: RAKE_VERSION="~>12.3"
allow_failures:
- rvm: jruby-head
notifications:
Expand Down

0 comments on commit 0ee9978

Please sign in to comment.