From aefbfa4e6ff7d68b01cca8b746b56c6570ffe576 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 2 Mar 2018 17:03:02 +0100 Subject: [PATCH] use travis cache --- .travis.yml | 4 ++++ scripts/gen_travis_yml.php | 4 ++++ 2 files changed, 8 insertions(+) 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" -- 2.30.2