Skip Cucumber entirely on JRuby.
This commit is contained in:
parent
a67adabf98
commit
3a225c2ed6
|
@ -9,6 +9,9 @@ rvm:
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: jruby-9.0.3.0
|
- rvm: jruby-9.0.3.0
|
||||||
|
exclude:
|
||||||
|
- rvm: jruby-9.0.3.0
|
||||||
|
env: TEST_SUITE=cucumber
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
- TEST_SUITE=test
|
- TEST_SUITE=test
|
||||||
|
|
Loading…
Reference in New Issue