summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-18 12:07:21 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-18 12:07:21 +0000
commitf9e5b8d09cafc2c91137d293b1458f1b0432a12a (patch)
treef2b988eb133655837e092541f7ee0370927b2ff1
parentc1dce923739d0355520c02eb588bc96bedae4328 (diff)
Revert "Try disabling Travis cache on darwin"
This reverts commit 6b136a044205f6e6b66df68cd2da2a9c3e952a7d. This does not seem to work: https://travis-ci.org/ruby/ruby/jobs/507646193#L2478 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--.travis.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 9bda0aa721..3bf1da2136 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -278,10 +278,6 @@ env:
- TEST_ALL_OPTS="--tty=no --excludes=\$(TESTSDIR)/excludes/_travis/osx"
# Disabling -j3 because it seems to cause a hang on building Ruby: https://travis-ci.org/ruby/ruby/jobs/471021727
- JOBS=
- # Disabling cache because x86_64-darwin build randomly fails by "Permission denied" which we don't know why:
- # https://travis-ci.org/ruby/ruby/jobs/507381339
- # https://travis-ci.org/ruby/ruby/jobs/507392198
- - DISABLE_CACHE=1
- &universal-darwin17
name: uinversal.x86_64h-darwin17
@@ -323,10 +319,6 @@ before_script:
- rm -fr .ext autom4te.cache
- echo $TERM
- |-
- if [ -n $DISABLE_CACHE ]; then
- rm -fr ~/.downloaded-cache ~/config_2nd
- fi
- - |-
[ -d ~/.downloaded-cache ] ||
mkdir ~/.downloaded-cache
- ln -s ~/.downloaded-cache