Adding my own php.ini
This commit is contained in:
parent
08f24a686b
commit
45e80af300
2 changed files with 2 additions and 1 deletions
|
@ -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
1
php.ini
Normal file
|
@ -0,0 +1 @@
|
||||||
|
zend_extension="test_helpers.so"
|
Loading…
Add table
Add a link
Reference in a new issue