We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3626a25 commit ae795e4Copy full SHA for ae795e4
.travis.yml
@@ -15,4 +15,4 @@ env:
15
- LIBMEMCACHED_VERSION=0.44
16
17
script:
18
- ./travis.sh $LIBMEMCACHED_VERSION
+ - ./travis.sh $LIBMEMCACHED_VERSION
travis.sh
@@ -70,6 +70,10 @@ function run_memcached_tests() {
70
export REPORT_EXIT_STATUS=1
71
export TEST_PHP_EXECUTABLE=`which php`
72
73
+ # We have one xfail test, we run it separately
74
+ php run-tests.php -d extension=igbinary.so -d extension=memcached.so -n ./tests/expire.phpt
75
+ rm ./tests/expire.phpt
76
+
77
pushd "/tmp/php-memcached-build/memcached-${php_memcached_version}"
78
php run-tests.php -d extension=igbinary.so -d extension=memcached.so -n ./tests/*.phpt
79
retval=$?
0 commit comments