Skip to content

Commit

Permalink
remove jruby-18mode from travis
Browse files Browse the repository at this point in the history
```
$ rvm use jruby-d18 --install --binary --fuzzy
jruby-d18 is not installed - installing.
Searching for binary rubies, this might take some time.
Requested binary installation but no rubies are available to download, consider skipping --binary flag.
Gemset '' does not exist, 'rvm jruby-d18 do rvm gemset create ' first, or append '--create'.
The command "rvm use jruby-d18 --install --binary --fuzzy" failed and exited with 2 during .
```
  • Loading branch information
lanej authored and starbeast committed Dec 8, 2017
1 parent 3a63646 commit b0ed6cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ matrix:
gemfile: gemfiles/Gemfile-edge
- rvm: 2.3.0
gemfile: Gemfile
- rvm: jruby-18mode
gemfile: gemfiles/Gemfile-ruby-1.8.7
- rvm: jruby-19mode
gemfile: gemfiles/Gemfile-ruby-1.9
- rvm: jruby-head
Expand Down

0 comments on commit b0ed6cb

Please sign in to comment.