Dropped debugging and fixed a typo

This commit is contained in:
Joshua Sherman 2014-01-12 17:05:53 -05:00
parent 482e4733ed
commit 38d5b503c8
2 changed files with 1 additions and 3 deletions

View file

@ -9,7 +9,6 @@ matrix:
- php: hhvm
install:
- cat ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
- composer install
- cd vendors/php-test-helpers
- phpize
@ -17,7 +16,6 @@ install:
- make
- sudo make install
- echo "zend_extension=test_helpers.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
- cat ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
- cd ../../
before_script: