From: Michael Wallner Date: Fri, 2 Aug 2019 08:58:21 +0000 (+0200) Subject: fix travis X-Git-Tag: v2.1.6~4 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=8cdbfe9a880fc3d578e9174b92fc2d2fed167a8d fix travis --- diff --git a/.travis.yml b/.travis.yml index 0b83e5b..5c3d68c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ addons: postgresql: 9.4 apt: packages: - - php5-cli + - php-cli - php-pear - valgrind diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 28eadfd..d1678ab 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -7,7 +7,7 @@ addons: postgresql: 9.4 apt: packages: - - php5-cli + - php-cli - php-pear - valgrind