We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef84ff7 commit 3674b79Copy full SHA for 3674b79
.travis.yml
@@ -52,6 +52,8 @@ matrix:
52
- env: STABILITY="dev"
53
54
before_install:
55
+ - INI_FILE=~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
56
+ - if [[ $COVERAGE == true ]]; then echo max_execution_time = 600 >> $INI_FILE; fi
57
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
58
- if ! [ -z "$STABILITY" ]; then composer config minimum-stability ${STABILITY}; fi;
59
- if ! [ -z "$DEPENDENCIES" ]; then composer require --no-update ${DEPENDENCIES}; fi;
0 commit comments