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

No failures allowed

parent 19273d1b
No related branches found
No related tags found
Loading
Checking pipeline status
......@@ -28,7 +28,6 @@ PHPunit:PHP5.3:MySQL:
script:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpunit
allow_failure: true
PHPunit:PHP5.6:MySQL:
stage: test
......@@ -38,7 +37,6 @@ PHPunit:PHP5.6:MySQL:
script:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpunit
allow_failure: true
PHPunit:PHP7.0:MySQL:
stage: test
......@@ -48,7 +46,6 @@ PHPunit:PHP7.0:MySQL:
script:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpunit
allow_failure: true
PHPunit:PHP7.1:MySQL:
stage: test
......@@ -58,7 +55,6 @@ PHPunit:PHP7.1:MySQL:
script:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpunit
allow_failure: true
PHPunit:PHP7.2:MySQL:
stage: test
......@@ -68,7 +64,6 @@ PHPunit:PHP7.2:MySQL:
script:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpunit
allow_failure: true
PHPunit:PHP7.3:MySQL:
stage: test
......@@ -78,7 +73,6 @@ PHPunit:PHP7.3:MySQL:
script:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpunit
allow_failure: true
PHPCS:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment