We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea53c2 commit 9873d3eCopy full SHA for 9873d3e
.travis.yml
@@ -12,6 +12,6 @@ before_script:
12
- phpize
13
- ./configure --enable-scalar-objects
14
- make
15
- - if [ $TRAVIS_PHP_VERSION != 'nightly' ]; then phpenv config-rm xdebug.ini; fi
+ - phpenv config-rm xdebug.ini
16
17
script: REPORT_EXIT_STATUS=1 php run-tests.php -p `which php` --show-diff -d extension=`pwd`/modules/scalar_objects.so -q
0 commit comments