diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 65102bd4e4..f8314c0d30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,7 @@ before_script: - "make reconfig" - "cp -pr config.status .ext/include config_2nd" - "diff -ru config_1st config_2nd" - - "make -t .unicode-tables.time" + - "make touch-unicode-files" - "make after-update BASERUBY=ruby" - "make -s $JOBS" - "make update-rubyspec" |