Commit 0b82c51c6c25303eb852f7c6e656f05a38b45133

Authored by Stephen Crosby
1 parent 6cb19c23
Exists in master and in 1 other branch production

add coverage info for jruby to coveralls

Showing 1 changed file with 1 additions and 8 deletions   Show diff stats
1 language: ruby 1 language: ruby
2 -  
3 rvm: 2 rvm:
4 - 2.1 3 - 2.1
5 - 2.2 4 - 2.2
6 - rbx-2 5 - rbx-2
7 - ruby-head 6 - ruby-head
8 - jruby-head 7 - jruby-head
9 -  
10 env: 8 env:
11 - - RAILS_ENV=test COVERAGE=true  
12 - 9 + - RAILS_ENV=test COVERAGE=true JRUBY_OPTS=--debug
13 sudo: false 10 sudo: false
14 -  
15 cache: bundler 11 cache: bundler
16 -  
17 services: mongodb 12 services: mongodb
18 -  
19 before_script: bundle exec rake errbit:bootstrap 13 before_script: bundle exec rake errbit:bootstrap
20 script: bundle exec rspec 14 script: bundle exec rspec
21 -  
22 matrix: 15 matrix:
23 allow_failures: 16 allow_failures:
24 - rvm: rbx-2 17 - rvm: rbx-2