delete profile data before cache
[m6w6/ext-pq] / scripts / gen_travis_yml.php
index 77d3a0f9e22fbd31956d63de15e6a4c6feff6979..10e021605018d6356d2f68228bdeaa055b267b6b 100755 (executable)
@@ -18,7 +18,10 @@ compiler:
 cache:
  directories:
   - $HOME/cache
+
+before_cache:
+ - find $HOME/cache -name '*.gcda' -o -name '*.gcno' -delete
+
 env:
  global:
   - PQ_DSN="postgres://postgres@localhost/test"