put test stage back together

This commit is contained in:
Chuck Burgess
2018-01-08 17:03:21 -06:00
parent fe337a20d6
commit 90a60e6406
+4 -2
View File
@@ -13,11 +13,13 @@ matrix:
before_script:
- composer install --no-interaction --prefer-dist --optimize-autoloader
script:
- vendor/bin/phpunit --no-coverage
jobs:
include:
- stage: test
script:
- vendor/bin/phpunit --no-coverage
- stage: lint
php: 7.1
before_script: