From d070523e7be4b95914adeef9a10401fba7718c5a Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 29 May 2019 05:27:53 +0900 Subject: [PATCH] Drop unused Travis config: universal-darwin17 This has been unused since b7f5c573ef20dbbf5534ee3a45625c7f9d45f2ec. --- .travis.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6e1d15e741..cb397c1817 100644 --- a/.travis.yml +++ b/.travis.yml @@ -324,16 +324,6 @@ env: # Disabling -j3 because it seems to cause a hang on building Ruby: https://travis-ci.org/ruby/ruby/jobs/471021727 - JOBS= - - &universal-darwin17 - name: uinversal.x86_64h-darwin17 - <<: *osx - <<: *cron-only - <<: *make-test-only - env: - - GEMS_FOR_TEST= - - CONFIG_FLAG=--with-arch=x86_64h,x86_64,i386 - - TEST_ALL_OPTS="$JOBS -q --tty=no --excludes=\$(TESTSDIR)/excludes/_travis/osx" - matrix: include: # to reduce time for finishing all jobs, run the slowest osx build first. @@ -353,7 +343,6 @@ matrix: - <<: *NO_THREADED_CODE - <<: *rubyspec allow_failures: - - name: uinversal.x86_64h-darwin17 - name: -fsanitize=address - name: -fsanitize=memory - name: -fsanitize=undefined