From dfa10326810379bb33800742e3e4a3ac789ae4af Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 2 Mar 2018 21:20:05 +0100 Subject: [PATCH] change build directory --- .travis.yml | 2 +- scripts/gen_travis_yml.php | 2 +- travis/pecl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 14c5e7e..0384389 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ compiler: cache: directories: - - $HOME/build + - $HOME/cache env: global: diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 8493aa6..77d3a0f 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -17,7 +17,7 @@ compiler: cache: directories: - - $HOME/build + - $HOME/cache env: global: diff --git a/travis/pecl b/travis/pecl index a8cc62c..b6683bb 160000 --- a/travis/pecl +++ b/travis/pecl @@ -1 +1 @@ -Subproject commit a8cc62c5de13033c59aa13af19a0f7dd54b5596b +Subproject commit b6683bb97ca8618dacf7d101e5844d1bb1b2838a -- 2.30.2