Skip to content

Commit 99f7236

Browse files
committedNov 13, 2018
Dot-less docker in travis config file
1 parent 8d850e9 commit 99f7236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ matrix:
77
language: python # This lets us use newer python versions from virtualenv
88
env:
99
- TRAVIS_CONFIG=linux
10-
- DOCKER_COMPOSE=${TRAVIS_BUILD_DIR}/.docker/docker-compose.travis.yml
10+
- DOCKER_COMPOSE=${TRAVIS_BUILD_DIR}/docker/docker-compose.travis.yml
1111
# TRAVIS_BRANCH is either the git tag or the branch name when no tag
1212
- DOCKER_TAG=$( [[ $TRAVIS_REPO_SLUG =~ qgis/QGIS ]] && echo $TRAVIS_BRANCH | sed 's/master/latest/' || echo "latest" )
1313
- TRAVIS_TIMESTAMP=$(date +%s)

0 commit comments

Comments
 (0)
Please sign in to comment.