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: before_script:
- composer install --no-interaction --prefer-dist --optimize-autoloader - composer install --no-interaction --prefer-dist --optimize-autoloader
script:
- vendor/bin/phpunit --no-coverage
jobs: jobs:
include: include:
- stage: test
script:
- vendor/bin/phpunit --no-coverage
- stage: lint - stage: lint
php: 7.1 php: 7.1
before_script: before_script: