1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* .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
This commit is contained in:
hsbt 2014-09-23 02:55:14 +00:00
parent 1a65cef0f0
commit ab5517a06c
2 changed files with 8 additions and 2 deletions

View file

@ -65,9 +65,11 @@ before_script:
- "diff -ru config_1st config_2nd || true" - "diff -ru config_1st config_2nd || true"
- "make -s $JOBS encs" - "make -s $JOBS encs"
- "make -s $JOBS exts" - "make -s $JOBS exts"
- "make update-rubyspec"
script: script:
- "make test OPTS=-v" - "make test"
- "make test-all TESTS='-qv -j2'" - "make test-all TESTS='-q -j2'"
- "make test-rubyspec"
# Branch matrix. Not all branches are Travis-ready so we limit branches here. # Branch matrix. Not all branches are Travis-ready so we limit branches here.
branches: branches:

View file

@ -1,3 +1,7 @@
Tue Sep 23 11:55:09 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* .travis.yml: added rubyspec into travis tasks and eliminate to stdout.
Mon Sep 22 20:00:29 2014 Masaki Suketa <masaki.suketa@nifty.ne.jp> Mon Sep 22 20:00:29 2014 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* test/win32ole/test_win32ole_variant.rb * test/win32ole/test_win32ole_variant.rb