Adding my own php.ini

This commit is contained in:
Joshua Sherman 2014-01-12 16:45:38 -05:00
parent 08f24a686b
commit 45e80af300
2 changed files with 2 additions and 1 deletions

View file

@ -10,7 +10,6 @@ matrix:
install: install:
- ls -al ~/.phpenv/versions/$(phpenv version-name)/etc/ - ls -al ~/.phpenv/versions/$(phpenv version-name)/etc/
- cat ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- composer install - composer install
- cd vendors/php-test-helpers - cd vendors/php-test-helpers
- phpize - phpize
@ -21,6 +20,7 @@ install:
- cd ../../ - cd ../../
before_script: before_script:
- phpenv config-add php.ini
- mkdir -p vendors/build/logs - mkdir -p vendors/build/logs
script: script:

1
php.ini Normal file
View file

@ -0,0 +1 @@
zend_extension="test_helpers.so"