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
|
- php: hhvm
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cat ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
|
|
||||||
- composer install
|
- composer install
|
||||||
- cd vendors/php-test-helpers
|
- cd vendors/php-test-helpers
|
||||||
- phpize
|
- phpize
|
||||||
|
@ -17,7 +16,6 @@ install:
|
||||||
- make
|
- make
|
||||||
- sudo make install
|
- sudo make install
|
||||||
- echo "zend_extension=test_helpers.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
|
- 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 ../../
|
- cd ../../
|
||||||
|
|
||||||
before_script:
|
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
|
* PostgreSQL with PDO and PDO_PGSQL drivers
|
||||||
* SQLite 3 with PDO and PDO_SQLITE drivers
|
* SQLite 3 with PDO and PDO_SQLITE drivers
|
||||||
* Memcached with the Memcache module
|
* 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
|
## Installation
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue