aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-31 00:35:35 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-31 00:35:35 +0000
commitc0e546bc9a9debed79cd266e71d7cfeb5a38dd2d (patch)
treeddf76ef263b8ea82a6824d9ecf61a2dbf4f91847 /.travis.yml
parent708eed20905096339da6f99ca0e1ed26db88b580 (diff)
downloadruby-c0e546bc9a9debed79cd266e71d7cfeb5a38dd2d.tar.gz
* .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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 154c2ff16d..63e70d77ff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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'"