Skip to content

Commit

Permalink
test to see if ev fix resolves segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
steverhoades committed Sep 6, 2014
1 parent a990f13 commit 9eb9d76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ install: ./travis-init.sh

script:
- phpunit --coverage-text
- cat script.gdb | sudo gdb --args /home/travis/.phpenv/versions/5.6.0RC4/bin/php /home/travis/.phpenv/versions/5.6.0RC4/bin/phpunit
2 changes: 1 addition & 1 deletion travis-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then
phpize
./configure
make
make test
# make test
make install
popd
echo "extension=ev.so" >> "$(php -r 'echo php_ini_loaded_file();')"
Expand Down

0 comments on commit 9eb9d76

Please sign in to comment.