mirror of
https://github.com/saccas/mjml-typo3.git
synced 2024-11-14 23: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:
|
||||
fast_finish: true
|
||||
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
|
||||
env: TYPO3_VERSION=^9.5
|
||||
- php: 7.4
|
||||
env: TYPO3_VERSION=^10.4
|
||||
|
||||
- stage: test
|
||||
php: 7.2
|
||||
php: 7.4
|
||||
env: TYPO3_VERSION=^9.5
|
||||
script:
|
||||
- composer lint
|
||||
|
@ -42,7 +34,7 @@ jobs:
|
|||
|
||||
- stage: deploy
|
||||
if: tag IS present
|
||||
php: 7.2
|
||||
php: 7.4
|
||||
before_install: skip
|
||||
install: skip
|
||||
before_script: skip
|
||||
|
|
Loading…
Reference in a new issue