delete profile data before cache
[m6w6/ext-pq] / .travis.yml
index d43ddb85dc80ef2da8863a3f48a9e4c84b68bb91..6a0c2ee7d52475c8ffea2a352e68ba1325745bfd 100644 (file)
@@ -14,6 +14,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"