X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=.travis.yml;fp=.travis.yml;h=6a0c2ee7d52475c8ffea2a352e68ba1325745bfd;hp=03843895aadfa6c4072dc1e86142742e680691c8;hb=c3aba48026c9f2a6c8eab21163b3ed1c757f15ca;hpb=dea32747126302984c86966a11a8bf4d6677eb1d 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"