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:
|
||||
- ls -al ~/.phpenv/versions/$(phpenv version-name)/etc/
|
||||
- cat ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||
- composer install
|
||||
- cd vendors/php-test-helpers
|
||||
- phpize
|
||||
|
@ -21,6 +20,7 @@ install:
|
|||
- cd ../../
|
||||
|
||||
before_script:
|
||||
- phpenv config-add php.ini
|
||||
- mkdir -p vendors/build/logs
|
||||
|
||||
script:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue