diff --git a/.travis.yml b/.travis.yml index d00c9b8b98..071627e39e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,8 @@ install: script: - ./scripts/generate-mo --quiet - composer run phpunit -- --exclude-group selenium + - echo 'The testsuite did run.' + - sleep 1 cache: pip: true