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 a990f13 commit 9eb9d76Copy full SHA for 9eb9d76
.travis.yml
@@ -17,4 +17,3 @@ install: ./travis-init.sh
17
18
script:
19
- 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
@@ -27,7 +27,7 @@ if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then
27
phpize
28
./configure
29
make
30
- make test
+ # make test
31
make install
32
popd
33
echo "extension=ev.so" >> "$(php -r 'echo php_ini_loaded_file();')"
0 commit comments