diff --git a/.travis.yml b/.travis.yml index 39999d72..1294fdf0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,6 +52,8 @@ matrix: - env: STABILITY="dev" before_install: + - INI_FILE=~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini + - if [[ $COVERAGE == true ]]; then echo max_execution_time = 600 >> $INI_FILE; fi - if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi - if ! [ -z "$STABILITY" ]; then composer config minimum-stability ${STABILITY}; fi; - if ! [ -z "$DEPENDENCIES" ]; then composer require --no-update ${DEPENDENCIES}; fi;