Skip to content

Commit

Permalink
#285 - attempting to increase the PHP max_execution_time setting on T…
Browse files Browse the repository at this point in the history
…ravis Ci as it keeps on timing out on unit tests
  • Loading branch information
alphadevx authored Aug 14, 2017
1 parent 7dfeca3 commit e5b40ab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ services:
- memcached
- redis

before_install: echo "extension = memcached.so" >> ~/.phpenv/versions/7.1.7/etc/php.ini
before_install:
- echo "extension = memcached.so" >> ~/.phpenv/versions/7.1.7/etc/php.ini
- echo "max_execution_time = 600" >> ~/.phpenv/versions/7.1.7/etc/php.ini

before_script:
- wget http://getcomposer.org/composer.phar
Expand All @@ -19,4 +21,4 @@ script:
- vendor/bin/phpunit

after_script:
- vendor/bin/coveralls
- vendor/bin/coveralls

0 comments on commit e5b40ab

Please sign in to comment.