Skip to content

Commit 0e999fa

Browse files
authored
Merge pull request #135 from olleolleolle/fix/jruby-env-variables-in-travis
Travis: Make JRuby produce test coverage info
2 parents ba2e3d0 + d5b7a83 commit 0e999fa

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)