Tell Travis to wait on the build, since it can be longer than 10 minutes

This commit is contained in:
Ben Ramsey
2017-11-10 16:38:08 -06:00
parent 6b0445588c
commit ab757fc82c
+1 -1
View File
@@ -27,7 +27,7 @@ before_script:
script:
- ./vendor/bin/parallel-lint src tests
- ./vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml
- travis_wait ./vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml
- ./vendor/bin/phpcs src tests --standard=psr2 -sp
after_success: