Revert "Dot-less docker in travis config file"

This reverts commit 99f7236498697b1097e7351cd403dfc514e0081f.
This commit is contained in:
Alessandro Pasotti 2018-11-13 15:02:38 +01:00
parent b7e5556844
commit 2b619a666f

View File

@ -7,7 +7,7 @@ matrix:
language: python # This lets us use newer python versions from virtualenv
env:
- TRAVIS_CONFIG=linux
- DOCKER_COMPOSE=${TRAVIS_BUILD_DIR}/docker/docker-compose.travis.yml
- DOCKER_COMPOSE=${TRAVIS_BUILD_DIR}/.docker/docker-compose.travis.yml
# TRAVIS_BRANCH is either the git tag or the branch name when no tag
- DOCKER_TAG=$( [[ $TRAVIS_REPO_SLUG =~ qgis/QGIS ]] && echo $TRAVIS_BRANCH | sed 's/master/latest/' || echo "latest" )
- TRAVIS_TIMESTAMP=$(date +%s)