We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d850e9 commit 99f7236Copy full SHA for 99f7236
.travis.yml
@@ -7,7 +7,7 @@ matrix:
7
language: python # This lets us use newer python versions from virtualenv
8
env:
9
- TRAVIS_CONFIG=linux
10
- - DOCKER_COMPOSE=${TRAVIS_BUILD_DIR}/.docker/docker-compose.travis.yml
+ - DOCKER_COMPOSE=${TRAVIS_BUILD_DIR}/docker/docker-compose.travis.yml
11
# TRAVIS_BRANCH is either the git tag or the branch name when no tag
12
- DOCKER_TAG=$( [[ $TRAVIS_REPO_SLUG =~ qgis/QGIS ]] && echo $TRAVIS_BRANCH | sed 's/master/latest/' || echo "latest" )
13
- TRAVIS_TIMESTAMP=$(date +%s)
0 commit comments