From dd765f9e605eb1a6426a0e3165e2db71b2081d03 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 7 Jun 2021 12:19:57 +0900 Subject: Get rid of updating Unicode files Some certificates on Unicode.org have expired. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.travis.yml') 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 - |- -- cgit v1.2.3