Hi,
In our build process, we are downloading packages with Composer and a few packages are only available via the source (aka a GIT repo).
In non Travis CI environments, Composer correctly clones the package from source as a GIT submodule. When Composer runs in Travis, the .git directory is added for the package, but the code is never added/downloaded. Is there anything that would prevent the GIT submodule from being downloaded?