Skip to content

Commit 2ff42f3

Browse files
committed
Run phpcs compat as seperate job
1 parent 99d402a commit 2ff42f3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,12 @@ commands:
2121
- vendor
2222

2323
jobs:
24-
phpcs_compat:
25-
docker:
26-
- image: circleci/php:7.1
27-
steps:
28-
- run: composer phpcs
2924
php_7:
3025
docker:
3126
- image: circleci/php:7.1
3227
steps:
3328
- prepare
29+
- run: composer phpcs
3430
snyk:
3531
docker:
3632
- image: snyk/snyk-cli:composer
@@ -51,7 +47,6 @@ workflows:
5147
snyk:
5248
jobs:
5349
- php_7
54-
- phpcs_compat
5550
- snyk:
5651
# Must define SNYK_TOKEN env
5752
context: snyk-env

0 commit comments

Comments
 (0)