Skip to content

Commit 0948908

Browse files
committed
target php not allowed in lint stage?
1 parent 355187b commit 0948908

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ jobs:
1616
- vendor/bin/phpunit
1717

1818
- stage: lint
19-
php: 7.1
2019
script: vendor/bin/phpstan analyse src --level max --configuration phpstan.neon;
2120

2221
- stage lint
23-
php: 7.1
2422
script: temp/ecs/bin/ecs check src tests;
2523
before_script: composer create-project symplify/easy-coding-standard temp/ecs;
2624

0 commit comments

Comments
 (0)