Skip to content

Commit 9873d3e

Browse files
committed
Remove special-casing of nightly
We need to remove xdebug there as well.
1 parent 8ea53c2 commit 9873d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ before_script:
1212
- phpize
1313
- ./configure --enable-scalar-objects
1414
- make
15-
- if [ $TRAVIS_PHP_VERSION != 'nightly' ]; then phpenv config-rm xdebug.ini; fi
15+
- phpenv config-rm xdebug.ini
1616

1717
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

Comments
 (0)