summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 9 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 443b61297c..e21d3d887d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
git:
quiet: true
-dist: trusty
+dist: xenial
language: c
sudo: required
addons:
@@ -19,7 +19,13 @@ addons:
- librecode-dev
- libsasl2-dev
- libxpm-dev
- - libt1-dev
+ - libzip-dev
+ - libsqlite3-dev
+
+
+services:
+ - mysql
+ - postgresql
notifications:
email:
@@ -66,7 +72,7 @@ before_script:
# Run PHPs run-tests.php
script:
- - ./sapi/cli/php run-tests.php -p `pwd`/sapi/cli/php $(if [ $ENABLE_DEBUG == 0 ]; then echo "-d opcache.enable_cli=1 -d zend_extension=`pwd`/modules/opcache.so"; fi) -g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --offline --show-diff --show-slow 1000 --set-timeout 120
+ - ./sapi/cli/php run-tests.php -p `pwd`/sapi/cli/php $(if [ $ENABLE_DEBUG == 0 ]; then echo "-d opcache.enable_cli=1 -d opcache.protect_memory=1 -d zend_extension=`pwd`/modules/opcache.so"; fi) -g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --offline --show-diff --show-slow 1000 --set-timeout 120
after_success:
- ccache --show-stats