Commit c575c81da639149ed97a52560ef4e0d6fc55644b
Exists in
master
and in
1 other branch
Merge pull request #841 from stevecrozz/coverage_for_jruby
add coverage info for jruby to coveralls
Showing
1 changed file
with
1 additions
and
8 deletions
Show diff stats
.travis.yml
1 | 1 | language: ruby |
2 | - | |
3 | 2 | rvm: |
4 | 3 | - 2.1 |
5 | 4 | - 2.2 |
6 | 5 | - rbx-2 |
7 | 6 | - ruby-head |
8 | 7 | - jruby-head |
9 | - | |
10 | 8 | env: |
11 | - - RAILS_ENV=test COVERAGE=true | |
12 | - | |
9 | + - RAILS_ENV=test COVERAGE=true JRUBY_OPTS=--debug | |
13 | 10 | sudo: false |
14 | - | |
15 | 11 | cache: bundler |
16 | - | |
17 | 12 | services: mongodb |
18 | - | |
19 | 13 | before_script: bundle exec rake errbit:bootstrap |
20 | 14 | script: bundle exec rspec |
21 | - | |
22 | 15 | matrix: |
23 | 16 | allow_failures: |
24 | 17 | - rvm: rbx-2 | ... | ... |