Simplify travis.yml
This commit is contained in:
parent
92b1749512
commit
507c3260d7
1 changed files with 2 additions and 15 deletions
17
.travis.yml
17
.travis.yml
|
@ -1,23 +1,10 @@
|
|||
language: ruby
|
||||
before_install: gem install bundler
|
||||
bundler_args: --without yard guard benchmarks
|
||||
script: "bundle exec rake ci"
|
||||
rvm:
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
- ruby-head
|
||||
- rbx-19mode
|
||||
matrix:
|
||||
include:
|
||||
- rvm: jruby-19mode
|
||||
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
|
||||
- rvm: jruby-head
|
||||
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
|
||||
allow_failures:
|
||||
- rvm: ruby-head # Broken at this time, rvm issue on travis
|
||||
- rvm: rbx-19mode # Broken at this time, yard/yardstick issue
|
||||
- rvm: jruby-19mode # No fork(2) support, workaround planned
|
||||
- rvm: jruby-head # No fork(2) support, workaround planned
|
||||
- 2.1.0
|
||||
- rbx
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
|
|
Loading…
Reference in a new issue