Skip to content

Commit

Permalink
Fix jruby on travis
Browse files Browse the repository at this point in the history
Rails is running against jruby-9.1.15.0 and travis is failing because it
can't seem to install the version it's looking for:

Ref: https://travis-ci.org/rails/rails-dom-testing/jobs/317542357

Since Rails is set to a specific version, this sets rails-dom-testing to
the same version.
  • Loading branch information
eileencodes committed Dec 18, 2017
1 parent 12c6a4d commit fbc5a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rvm:
- 2.1
- 2.2
- 2.3.3
- jruby
- jruby-9.1.15.0
- ruby-head

matrix:
Expand Down

0 comments on commit fbc5a7c

Please sign in to comment.