Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2019-01-18 23:52:11 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2019-01-18 23:54:17 +0300
commit12c9fc74581e2885187043b18995161f6df2c723 (patch)
tree7854b6eb18888ef3f170219cc610cf568b17c7d2 /.travis.yml
parent08acf321a322fd235c37d88c739dd14b16609f18 (diff)
Add tests with dbase extension enabled to build matrix
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 13 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ab8639cb04..6da28a31f6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -82,11 +82,23 @@ matrix:
- brew link --force gettext
- sed -i -e 's/^memory_limit = .*/memory_limit = -1/' /usr/local/etc/php/7.2/php.ini
- mysql.server start
+ - php: "7.1"
+ env: CI_MODE=test DBASE=true
+ install:
+ - pecl channel-update pecl.php.net
+ - pecl install dbase-7.0.0beta1
+ - test/ci-install-test
+ - php: "5.6"
+ env: CI_MODE=test DBASE=true
+ install:
+ - pecl channel-update pecl.php.net
+ - pecl install dbase
+ - test/ci-install-test
allow_failures:
- php: "nightly"
- env: CI_MODE=test
- os: osx
+ - env: CI_MODE=test DBASE=true
cache:
pip: true