From: Michael Wallner Date: Sun, 27 Sep 2020 14:34:45 +0000 (+0200) Subject: travis: update X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=commitdiff_plain travis: update --- diff --git a/.travis.yml b/.travis.yml index d80d4ad..92ab5ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,12 @@ # autogenerated file; do not edit language: c sudo: required -dist: trusty +dist: bionic addons: apt: packages: - - php5-cli + - php-cli - php-pear - valgrind - gdb @@ -14,6 +14,8 @@ addons: - re2c - libidn11-dev - libsqlite3-dev + - libgdbm-dev + - libgdbm-compat-dev env: matrix: diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 198269a..04bc564 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -2,12 +2,12 @@ # autogenerated file; do not edit language: c sudo: required -dist: trusty +dist: bionic addons: apt: packages: - - php5-cli + - php-cli - php-pear - valgrind - gdb @@ -15,6 +15,8 @@ addons: - re2c - libidn11-dev - libsqlite3-dev + - libgdbm-dev + - libgdbm-compat-dev env: matrix: