We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d59ba9a commit 80ad803Copy full SHA for 80ad803
ci/.travis.yml
@@ -12,22 +12,14 @@ before_install:
12
bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
13
script: "script/run_build"
14
rvm:
15
- - rbx-3
16
- jruby-9.1.7.0 # pin JRuby to this until travis/rvm can install later versions
17
- jruby-head
18
env:
19
- JRUBY_OPTS='--dev'
20
- RSPEC_CI='true'
21
matrix:
22
- include:
23
- - rvm: 2.7.1
24
- env: DIFF_LCS_VERSION="~> 1.3.0"
25
26
- env: DIFF_LCS_VERSION="1.4.3"
27
allow_failures:
28
- rvm: jruby-head
29
- - rvm: ruby-head
30
- - rvm: rbx-3
31
fast_finish: true
32
branches:
33
only:
0 commit comments