X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=.travis.yml;h=6a0c2ee7d52475c8ffea2a352e68ba1325745bfd;hb=refs%2Ftags%2Fv2.1.4;hp=03843895aadfa6c4072dc1e86142742e680691c8;hpb=dfa10326810379bb33800742e3e4a3ac789ae4af;p=m6w6%2Fext-pq diff --git a/.travis.yml b/.travis.yml index 0384389..6a0c2ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,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"