use travis cache
authorMichael Wallner <mike@php.net>
Fri, 2 Mar 2018 16:03:02 +0000 (17:03 +0100)
committerMichael Wallner <mike@php.net>
Fri, 2 Mar 2018 16:03:02 +0000 (17:03 +0100)
.travis.yml
scripts/gen_travis_yml.php

index d43ddb85dc80ef2da8863a3f48a9e4c84b68bb91..14c5e7e3e43cba066eb6832d0252bc0d3e8a6da1 100644 (file)
@@ -14,6 +14,10 @@ compiler:
  - gcc
  - clang
 
  - gcc
  - clang
 
+cache:
+ directories:
+  - $HOME/build
 env:
  global:
   - PQ_DSN="postgres://postgres@localhost/test"
 env:
  global:
   - PQ_DSN="postgres://postgres@localhost/test"
index 6513aefb5e97335faaf835bb54e63a5803f218bd..8493aa65d35e25e1ed963a034856674a6174a868 100755 (executable)
@@ -15,6 +15,10 @@ compiler:
  - gcc
  - clang
 
  - gcc
  - clang
 
+cache:
+ directories:
+  - $HOME/build
 env:
  global:
   - PQ_DSN="postgres://postgres@localhost/test"
 env:
  global:
   - PQ_DSN="postgres://postgres@localhost/test"