Merge pull request #8 from saccas/feature/composerInstallToTravis

[TASK] Add composer install to travis
This commit is contained in:
Daniel 2017-12-18 17:10:51 +01:00 committed by GitHub
commit 9e2313a240
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@ cache:
install:
- composer require typo3/cms="$TYPO3_VERSION"
- composer install
jobs:
include: