Skip to content

Commit f845cf6

Browse files
committed
put lint stages together
1 parent cda86e1 commit f845cf6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ script:
1212

1313
jobs:
1414
include:
15-
16-
- stage: lint
17-
script: vendor/bin/phpstan analyse src --level max --configuration phpstan.neon;
18-
1915
- stage: lint
20-
script: temp/ecs/bin/ecs check src tests;
21-
before_script: composer create-project symplify/easy-coding-standard temp/ecs;
16+
php: 7.1
17+
before_script:
18+
- composer create-project symplify/easy-coding-standard temp/ecs
19+
script:
20+
- temp/ecs/bin/ecs check src tests
21+
- vendor/bin/phpstan analyse src --level max --configuration phpstan.neon
2222

2323
- stage: Coverage
2424
php: 7.1

0 commit comments

Comments
 (0)