Skip to content

Commit 3674b79

Browse files
authored
Increase max execution time (#217)
* Increase max execution time * fixed typo
1 parent ef84ff7 commit 3674b79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ matrix:
5252
- env: STABILITY="dev"
5353

5454
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
5557
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
5658
- if ! [ -z "$STABILITY" ]; then composer config minimum-stability ${STABILITY}; fi;
5759
- if ! [ -z "$DEPENDENCIES" ]; then composer require --no-update ${DEPENDENCIES}; fi;

0 commit comments

Comments
 (0)