[UPDATE] Trying to fix Travis failures

This commit is contained in:
Sebastian Grewe 2018-03-06 08:21:43 +01:00 committed by GitHub
parent 3ff7ee98b3
commit e9c9c08787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@ before_script:
- nohup php -S bone:8000 public/index.php &
script:
- php vendor/bin/codecept build --env travis
- php vendor/bin/codecept run unit --coverage --coverage-html --coverage-xml --env travis
after_script: