Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Commit

Permalink
Increased travis wait timeout for PHP 5.6 composer install
Browse files Browse the repository at this point in the history
  • Loading branch information
Coen Zimmerman committed Feb 16, 2018
1 parent 62ac66b commit 3599801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ php:
- 7.1
- 7.2

install: travis_wait composer install
install: travis_wait 30 composer install

script:
- mkdir -p build/logs
Expand Down

0 comments on commit 3599801

Please sign in to comment.