-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
roadiz-ci
committed
Feb 25, 2024
1 parent
979bb49
commit 00d71d2
Showing
352 changed files
with
6,128 additions
and
6,451 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
node_js: | ||
- "14" | ||
php: | ||
- 8.0 | ||
- 8.1 | ||
- nightly | ||
dist: bionic | ||
stages: | ||
- "PHP lint tests" | ||
- "Backoffice assets tests" | ||
branches: | ||
except: | ||
- l10n_develop | ||
|
||
jobs: | ||
allow_failures: | ||
- php: nightly | ||
|
||
include: | ||
- stage: "Backoffice assets tests" | ||
language: node_js | ||
node_js: "14" | ||
script: sh .travis/backoffice_assets.sh | ||
|
||
- stage: "PHP lint tests" | ||
language: php | ||
sudo: required | ||
services: | ||
- mysql | ||
env: | ||
- DB=mysql | ||
- MYSQL_VERSION=5.7 | ||
- MYSQL_PASSWORD= | ||
php: 7.4 | ||
install: sh .travis/composer_install.sh | ||
script: sh .travis/php_lint.sh | ||
- stage: "PHP lint tests" | ||
language: php | ||
sudo: required | ||
services: | ||
- mysql | ||
env: | ||
- DB=mysql | ||
- MYSQL_VERSION=5.7 | ||
- MYSQL_PASSWORD= | ||
php: 8.0 | ||
install: sh .travis/composer_install.sh | ||
script: sh .travis/php_lint.sh | ||
- stage: "PHP lint tests" | ||
language: php | ||
sudo: required | ||
services: | ||
- mysql | ||
env: | ||
- DB=mysql | ||
- MYSQL_VERSION=5.7 | ||
- MYSQL_PASSWORD= | ||
php: 8.1 | ||
install: sh .travis/composer_install.sh | ||
script: sh .travis/php_lint.sh | ||
- stage: "PHP lint tests" | ||
language: php | ||
sudo: required | ||
services: | ||
- mysql | ||
env: | ||
- DB=mysql | ||
- MYSQL_VERSION=5.7 | ||
- MYSQL_PASSWORD= | ||
php: nightly | ||
install: sh .travis/composer_install.sh | ||
script: sh .travis/php_lint.sh | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"presets": ["env", "stage-0"], | ||
"presets": ["es2015", "stage-0"], | ||
"plugins": ["transform-runtime", "lodash"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.