no coverage needed in test stage

This commit is contained in:
Chuck Burgess
2018-01-08 15:12:29 -06:00
parent 74a79e1014
commit 99338f3687
+1 -1
View File
@@ -15,7 +15,7 @@ install:
- composer install --no-interaction --prefer-dist --optimize-autoloader
script:
- vendor/bin/phpunit
- vendor/bin/phpunit --no-coverage
jobs:
include: