Update travis config to track coverage properly in jruby
* Update latest bundler to install and exclude unnecessary gems from the gemfile
This commit is contained in:
parent
ab3ec615ab
commit
92bc48aa8a
1 changed files with 11 additions and 6 deletions
17
.travis.yml
17
.travis.yml
|
@ -1,17 +1,22 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
script: 'bundle exec rake ci'
|
before_install: gem install bundler
|
||||||
|
bundler_args: --without yard guard benchmarks
|
||||||
|
script: "bundle exec rake ci"
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
- ruby-head
|
- ruby-head
|
||||||
- rbx-19mode
|
- rbx-19mode
|
||||||
- ruby-head
|
|
||||||
- jruby-19mode
|
|
||||||
matrix:
|
matrix:
|
||||||
|
include:
|
||||||
|
- rvm: jruby-19mode
|
||||||
|
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
|
||||||
|
- rvm: jruby-head
|
||||||
|
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: jruby-19mode # No fork(2) support, workaround planned
|
- rvm: ruby-head # Broken at this time, bundler issue on travis
|
||||||
- rvm: ruby-head # Broken at this time, bundler issue on travis
|
- rvm: rbx-19mode # Broken at this time, yard/yardstick issue
|
||||||
- rvm: rbx-19mode # Broken at this time, yard/yardstick issue
|
- rvm: jruby-19mode # No fork(2) support, workaround planned
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
|
|
Loading…
Add table
Reference in a new issue