mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* .travis.yml: reverted r48199, it's unlated configuration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48203 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f288185d46
commit
f17a28dda0
2 changed files with 5 additions and 2 deletions
|
@ -57,10 +57,9 @@ before_script:
|
|||
- "make reconfig"
|
||||
- "cp -pr config.status .ext/include config_2nd"
|
||||
- "diff -ru config_1st config_2nd || true"
|
||||
- "make update-unicode"
|
||||
- "make update-rubyspec"
|
||||
- "make -s $JOBS encs"
|
||||
- "make -s $JOBS exts"
|
||||
- "make update-rubyspec"
|
||||
script:
|
||||
- "make test"
|
||||
- "make test-all TESTS='-q -j2'"
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
Fri Oct 31 10:16:42 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||
|
||||
* .travis.yml: reverted r48199, it's unlated configuration.
|
||||
|
||||
Fri Oct 31 09:58:14 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||
|
||||
* test/test_unicode_normalize.rb: added unicode version number to
|
||||
|
|
Loading…
Reference in a new issue