Skip to content

Commit d5b7a83

Browse files
committed
Travis: Make JRuby produce test coverage info
- Enable the environment variable JRUBY_OPTS to have JRuby produce code coverage data - Travis: pass `travis-lint` by adding the `language` key in the YAML configuration
1 parent 3342499 commit d5b7a83

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.travis.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1+
language: ruby
12
sudo: false
23

3-
rvm:
4-
- ruby-head
5-
- 2.4.1
6-
- 2.3.4
7-
- 2.2
8-
- 2.1
9-
- 2.0.0
10-
- jruby-9.1.12.0
11-
124
matrix:
5+
include:
6+
- rvm: ruby-head
7+
- rvm: 2.4.1
8+
- rvm: 2.3.4
9+
- rvm: 2.2
10+
- rvm: 2.1
11+
- rvm: 2.0.0
12+
- rvm: jruby-9.1.12.0
13+
env:
14+
- JRUBY_OPTS="--debug"
1315
allow_failures:
1416
- rvm: ruby-head
1517
fast_finish: true

0 commit comments

Comments
 (0)