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:
|
||||
- $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:
|
||||
- composer require typo3/cms="$TYPO3_VERSION"
|
||||
- composer install
|
||||
|
||||
jobs:
|
||||
fast_finish: true
|
||||
include:
|
||||
- php: 7.1
|
||||
env: TYPO3_VERSION=^8.7
|
||||
|
@ -18,6 +25,8 @@ jobs:
|
|||
env: TYPO3_VERSION=^8.7
|
||||
|
||||
- stage: test
|
||||
php: 7.1
|
||||
env: TYPO3_VERSION=^8.7
|
||||
script:
|
||||
- composer lint
|
||||
- composer cgl
|
||||
|
|
Loading…
Reference in a new issue