Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Dot-less docker in travis config file
  • Loading branch information
elpaso committed Nov 13, 2018
1 parent 8d850e9 commit 99f7236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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)
Expand Down

0 comments on commit 99f7236

Please sign in to comment.