diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2021-06-07 12:19:57 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2021-06-07 17:45:50 +0900 |
commit | dd765f9e605eb1a6426a0e3165e2db71b2081d03 (patch) | |
tree | 243c3d3291465f0db2b0e534f3cf000d115238b0 /.travis.yml | |
parent | bc126d91fee738393f712171c49f421c2cc1c6db (diff) |
Get rid of updating Unicode files
Some certificates on Unicode.org have expired.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 2a2ff0da6e..f93be459c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,6 @@ env: - SETARCH= - RUBY_PREFIX=/tmp/ruby-prefix - GEMS_FOR_TEST='timezone tzinfo' - - UPDATE_UNICODE="UNICODE_FILES=. UNICODE_PROPERTY_FILES=. UNICODE_AUXILIARY_FILES=. UNICODE_EMOJI_FILES=." # The tests skipped in `make test-all`. - TEST_ALL_SKIPPED_TESTS= # Run the separated tests with allowing failures. @@ -154,8 +153,7 @@ before_script: - "> config.status" - "> .rbconfig.time" - sed -f tool/prereq.status template/Makefile.in common.mk > Makefile - - make touch-unicode-files - - make -s $JOBS $UPDATE_UNICODE up + - make -s $JOBS up - make -s $JOBS srcs - rm -f config.status Makefile rbconfig.rb .rbconfig.time - |- |