mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Run test-all on travis-ci
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40347 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
335dfa1255
commit
08a6ef733a
1 changed files with 16 additions and 14 deletions
30
.travis.yml
30
.travis.yml
|
@ -42,24 +42,26 @@ before_script:
|
|||
- "./configure --with-gcc=$CC"
|
||||
- "make -sj encs"
|
||||
- "make -sj exts"
|
||||
script: "make test OPTS=-v"
|
||||
script:
|
||||
- "make test OPTS=-v"
|
||||
- "make test-all TESTS=-v"
|
||||
|
||||
# Branch matrix. Not all branches are Travis-ready so we limit branches here.
|
||||
branches:
|
||||
only:
|
||||
- trunk
|
||||
- ruby_1_9_3
|
||||
# branches:
|
||||
# only:
|
||||
# - trunk
|
||||
# - ruby_1_9_3
|
||||
|
||||
# We want to be notified when something happens.
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
- "irc.freenode.org#ruby-core"
|
||||
- "irc.freenode.org#ruby-ja"
|
||||
on_success: change # [always|never|change] # default: always
|
||||
on_failure: change # [always|never|change] # default: always
|
||||
template:
|
||||
- "%{message} by @%{author}: See %{build_url}"
|
||||
# notifications:
|
||||
# irc:
|
||||
# channels:
|
||||
# - "irc.freenode.org#ruby-core"
|
||||
# - "irc.freenode.org#ruby-ja"
|
||||
# on_success: change # [always|never|change] # default: always
|
||||
# on_failure: change # [always|never|change] # default: always
|
||||
# template:
|
||||
# - "%{message} by @%{author}: See %{build_url}"
|
||||
|
||||
# Local Variables:
|
||||
# mode: YAML
|
||||
|
|
Loading…
Reference in a new issue