mirror of
https://github.com/saccas/mjml-typo3.git
synced 2024-11-14 18:16:09 +01:00
[TASK] Travis changes and tests (#12)
This commit is contained in:
parent
7e9b393d59
commit
9b4c68d952
1 changed files with 9 additions and 0 deletions
|
@ -6,11 +6,18 @@ cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.composer/cache
|
- $HOME/.composer/cache
|
||||||
|
|
||||||
|
# This is executed for all stages
|
||||||
|
before_install:
|
||||||
|
- composer self-update
|
||||||
|
- composer --version
|
||||||
|
- if php -i | grep -q xdebug; then phpenv config-rm xdebug.ini; fi
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- composer require typo3/cms="$TYPO3_VERSION"
|
- composer require typo3/cms="$TYPO3_VERSION"
|
||||||
- composer install
|
- composer install
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- php: 7.1
|
- php: 7.1
|
||||||
env: TYPO3_VERSION=^8.7
|
env: TYPO3_VERSION=^8.7
|
||||||
|
@ -18,6 +25,8 @@ jobs:
|
||||||
env: TYPO3_VERSION=^8.7
|
env: TYPO3_VERSION=^8.7
|
||||||
|
|
||||||
- stage: test
|
- stage: test
|
||||||
|
php: 7.1
|
||||||
|
env: TYPO3_VERSION=^8.7
|
||||||
script:
|
script:
|
||||||
- composer lint
|
- composer lint
|
||||||
- composer cgl
|
- composer cgl
|
||||||
|
|
Loading…
Reference in a new issue