mirror of
https://github.com/saccas/mjml-typo3.git
synced 2024-11-22 21:36:09 +01:00
Update travis
This commit is contained in:
parent
7d85973bd1
commit
423ce5a732
1 changed files with 4 additions and 12 deletions
16
.travis.yml
16
.travis.yml
|
@ -19,21 +19,13 @@ install:
|
||||||
jobs:
|
jobs:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- php: 7.1
|
|
||||||
env: TYPO3_VERSION=^8.7
|
|
||||||
- php: 7.2
|
|
||||||
env: TYPO3_VERSION=^8.7
|
|
||||||
- php: 7.3
|
|
||||||
env: TYPO3_VERSION=^8.7
|
|
||||||
- php: 7.2
|
|
||||||
env: TYPO3_VERSION=^9.5
|
|
||||||
- php: 7.3
|
|
||||||
env: TYPO3_VERSION=^9.5
|
|
||||||
- php: 7.4
|
- php: 7.4
|
||||||
env: TYPO3_VERSION=^9.5
|
env: TYPO3_VERSION=^9.5
|
||||||
|
- php: 7.4
|
||||||
|
env: TYPO3_VERSION=^10.4
|
||||||
|
|
||||||
- stage: test
|
- stage: test
|
||||||
php: 7.2
|
php: 7.4
|
||||||
env: TYPO3_VERSION=^9.5
|
env: TYPO3_VERSION=^9.5
|
||||||
script:
|
script:
|
||||||
- composer lint
|
- composer lint
|
||||||
|
@ -42,7 +34,7 @@ jobs:
|
||||||
|
|
||||||
- stage: deploy
|
- stage: deploy
|
||||||
if: tag IS present
|
if: tag IS present
|
||||||
php: 7.2
|
php: 7.4
|
||||||
before_install: skip
|
before_install: skip
|
||||||
install: skip
|
install: skip
|
||||||
before_script: skip
|
before_script: skip
|
||||||
|
|
Loading…
Reference in a new issue