prepare release 2.1.4
[m6w6/ext-pq] / scripts / gen_travis_yml.php
index 6513aefb5e97335faaf835bb54e63a5803f218bd..10e021605018d6356d2f68228bdeaa055b267b6b 100755 (executable)
@@ -15,6 +15,13 @@ compiler:
  - gcc
  - clang
 
+cache:
+ directories:
+  - $HOME/cache
+
+before_cache:
+ - find $HOME/cache -name '*.gcda' -o -name '*.gcno' -delete
+
 env:
  global:
   - PQ_DSN="postgres://postgres@localhost/test"