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:
- 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: