mirror of
https://github.com/saccas/mjml-typo3.git
synced 2024-11-14 17:56: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:
|
||||
- composer require typo3/cms="$TYPO3_VERSION"
|
||||
- composer install
|
||||
|
||||
jobs:
|
||||
include:
|
||||
|
|
Loading…
Reference in a new issue