mirror of
https://github.com/saccas/mjml-typo3.git
synced 2024-11-23 06:16:10 +01:00
Merge pull request #8 from saccas/feature/composerInstallToTravis
[TASK] Add composer install to travis
This commit is contained in:
commit
9e2313a240
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ cache:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- composer require typo3/cms="$TYPO3_VERSION"
|
- composer require typo3/cms="$TYPO3_VERSION"
|
||||||
|
- composer install
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Reference in a new issue