Skip to content

Commit

Permalink
Increase travis timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
carakas committed Jan 25, 2018
1 parent 2e27fd9 commit daf728c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ matrix:


script: script:
- bin/phpcs --standard=psr2 --extensions=php --warning-severity=0 --ignore=src/Backend/Core/Js/ckfinder,src/Backend/Cache,src/Frontend/Cache,src/Backend/Core/Js/ckeditor --report=full "src" - bin/phpcs --standard=psr2 --extensions=php --warning-severity=0 --ignore=src/Backend/Core/Js/ckfinder,src/Backend/Cache,src/Frontend/Cache,src/Backend/Core/Js/ckeditor --report=full "src"
- travis_wait 20 bin/simple-phpunit --coverage-clover=coverage.clover - travis_wait 30 bin/simple-phpunit --coverage-clover=coverage.clover


before_script: before_script:
- composer install - composer install
Expand Down

0 comments on commit daf728c

Please sign in to comment.