Skip to content
Snippets Groups Projects
Commit 89c5be9b authored by Erick Hitter's avatar Erick Hitter
Browse files

PHPCS is only needed once

parent 45fd8e8b
No related branches found
No related tags found
1 merge request!5Revise test matrix
Pipeline #885 passed
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
...@@ -32,7 +32,6 @@ PHP5.3: ...@@ -32,7 +32,6 @@ PHP5.3:
- mysql:5.6 - mysql:5.6
script: script:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l - find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpcs -n
- phpunit - phpunit
allow_failure: true allow_failure: true
...@@ -43,7 +42,6 @@ PHP5.6: ...@@ -43,7 +42,6 @@ PHP5.6:
- mysql:5.6 - mysql:5.6
script: script:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l - find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpcs -n
- phpunit - phpunit
PHP7.0: PHP7.0:
...@@ -53,7 +51,6 @@ PHP7.0: ...@@ -53,7 +51,6 @@ PHP7.0:
- mysql:5.6 - mysql:5.6
script: script:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l - find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpcs -n
- phpunit - phpunit
PHP7.1: PHP7.1:
...@@ -63,7 +60,6 @@ PHP7.1: ...@@ -63,7 +60,6 @@ PHP7.1:
- mysql:5.6 - mysql:5.6
script: script:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l - find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpcs -n
- phpunit - phpunit
PHP7.2: PHP7.2:
...@@ -73,7 +69,6 @@ PHP7.2: ...@@ -73,7 +69,6 @@ PHP7.2:
- mysql:5.6 - mysql:5.6
script: script:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l - find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpcs -n
- phpunit - phpunit
PHP7.3: PHP7.3:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment