diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-09-23 02:55:14 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-09-23 02:55:14 +0000 |
commit | ab5517a06c407721520000060fce95d905b8d219 (patch) | |
tree | 2cb4157c8178f97399e502ffb44fd60264f6c224 /.travis.yml | |
parent | 1a65cef0f03fc9250cd5f2de3ce1ac4f79cfdb7a (diff) | |
download | ruby-ab5517a06c407721520000060fce95d905b8d219.tar.gz |
* .travis.yml: added rubyspec into travis tasks and eliminate to stdout.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index bf5235b938..8af32c2d52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,9 +65,11 @@ before_script: - "diff -ru config_1st config_2nd || true" - "make -s $JOBS encs" - "make -s $JOBS exts" + - "make update-rubyspec" script: - - "make test OPTS=-v" - - "make test-all TESTS='-qv -j2'" + - "make test" + - "make test-all TESTS='-q -j2'" + - "make test-rubyspec" # Branch matrix. Not all branches are Travis-ready so we limit branches here. branches: |