* .travis.yml: tweak build scripts for unicode_normalize.rb.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48199 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2014-10-31 00:35:35 +00:00
Родитель 708eed2090
Коммит c0e546bc9a
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -57,9 +57,10 @@ 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 09:35:30 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* .travis.yml: tweak build scripts for unicode_normalize.rb.
Thu Oct 30 18:47:04 2014 NARUSE, Yui <naruse@ruby-lang.org>
* common.mk: fix for the case ALWAYS_UPDATE_UNICODE=no