Selaa lähdekoodia

Remove useless cache folder

fixes TechEmpower/FrameworkBenchmarks#1290
Hamilton Turner 10 vuotta sitten
vanhempi
commit
1ea6a4e899
1 muutettua tiedostoa jossa 1 lisäystä ja 7 poistoa
  1. 1 7
      .travis.yml

+ 1 - 7
.travis.yml

@@ -164,10 +164,4 @@ install:
 script: 
 script: 
   # Pick one test in this directory and verify
   # Pick one test in this directory and verify
   - time ./toolset/run-ci.py verify "$TESTDIR"
   - time ./toolset/run-ci.py verify "$TESTDIR"
-
-cache:
-  directories:
-    - installs/mono-3.2.8
-    - installs/py2
-    - installs/py3
-    - installs/perl-5.18
+