Dropped debugging and fixed a typo
This commit is contained in:
parent
482e4733ed
commit
38d5b503c8
2 changed files with 1 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -35,7 +35,7 @@ As developers we make demands that our end users use modern day browsers while w
|
|||
* PostgreSQL with PDO and PDO_PGSQL drivers
|
||||
* SQLite 3 with PDO and PDO_SQLITE drivers
|
||||
* Memcached with the Memcache module
|
||||
* composer is you want to compile LESS, SCSS or JS also necessary if you want to run the unit tests
|
||||
* composer if you want to compile LESS, SCSS or JS also necessary if you want to run the unit tests
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue