mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 18:13:13 +00:00
put test stage back together
This commit is contained in:
+4
-2
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user