add php ini for travis and update travis config
This commit is contained in:
parent
76360c193e
commit
e9388023c1
|
@ -9,3 +9,4 @@ before_script:
|
||||||
- curl -s http://getcomposer.org/installer | php
|
- curl -s http://getcomposer.org/installer | php
|
||||||
- php composer.phar install --dev --prefer-source
|
- php composer.phar install --dev --prefer-source
|
||||||
- ./src/BeSimple/SoapClient/Tests/bin/phpwebserver.sh
|
- ./src/BeSimple/SoapClient/Tests/bin/phpwebserver.sh
|
||||||
|
- phpenv config-add .travis.php.ini
|
||||||
|
|
Loading…
Reference in New Issue