Skip to content

Commit 9eb9d76

Browse files
committed
test to see if ev fix resolves segfault
1 parent a990f13 commit 9eb9d76

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ install: ./travis-init.sh
1717

1818
script:
1919
- phpunit --coverage-text
20-
- cat script.gdb | sudo gdb --args /home/travis/.phpenv/versions/5.6.0RC4/bin/php /home/travis/.phpenv/versions/5.6.0RC4/bin/phpunit

travis-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then
2727
phpize
2828
./configure
2929
make
30-
make test
30+
# make test
3131
make install
3232
popd
3333
echo "extension=ev.so" >> "$(php -r 'echo php_ini_loaded_file();')"

0 commit comments

Comments
 (0)