Kevin Frantz 2018-10-30 18:51:21 +01:00
parent b60ebe90b3
commit b41f2c777e

View File

@ -1,4 +1,11 @@
language: php
# Handle git submodules yourself
git:
submodules: false
# Use sed to replace the SSH URL with the public URL, then initialize submodules
before_install:
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
- git submodule update --init --recursive
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev