X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=.travis.yml;h=6a0c2ee7d52475c8ffea2a352e68ba1325745bfd;hp=d43ddb85dc80ef2da8863a3f48a9e4c84b68bb91;hb=950b257a9376d4f83fd24a7afadeafaf31f8855a;hpb=b79edc51dfb0d34f172a7bb80e7b0f225d95a744 diff --git a/.travis.yml b/.travis.yml index d43ddb8..6a0c2ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"