Skip to content
Snippets Groups Projects

Revise test matrix

Merged Erick Hitter requested to merge fix/5.3-test into master
1 file
+ 0
5
Compare changes
  • Side-by-side
  • Inline
+ 0
5
@@ -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:
Loading