We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda86e1 commit f845cf6Copy full SHA for f845cf6
.travis.yml
@@ -12,13 +12,13 @@ script:
12
13
jobs:
14
include:
15
-
16
- - stage: lint
17
- script: vendor/bin/phpstan analyse src --level max --configuration phpstan.neon;
18
19
- stage: lint
20
- script: temp/ecs/bin/ecs check src tests;
21
- before_script: composer create-project symplify/easy-coding-standard temp/ecs;
+ php: 7.1
+ before_script:
+ - composer create-project symplify/easy-coding-standard temp/ecs
+ script:
+ - temp/ecs/bin/ecs check src tests
+ - vendor/bin/phpstan analyse src --level max --configuration phpstan.neon
22
23
- stage: Coverage
24
php: 7.1
0 commit comments