From: Michael Wallner Date: Fri, 2 Mar 2018 16:03:02 +0000 (+0100) Subject: use travis cache X-Git-Tag: v2.1.4~8 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=aefbfa4e6ff7d68b01cca8b746b56c6570ffe576 use travis cache --- diff --git a/.travis.yml b/.travis.yml index d43ddb8..14c5e7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,10 @@ compiler: - gcc - clang +cache: + directories: + - $HOME/build + env: global: - PQ_DSN="postgres://postgres@localhost/test" diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 6513aef..8493aa6 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -15,6 +15,10 @@ compiler: - gcc - clang +cache: + directories: + - $HOME/build + env: global: - PQ_DSN="postgres://postgres@localhost/test"