We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 829a614 commit d0d918fCopy full SHA for d0d918f
.ci/travis/linux/script.sh
@@ -33,7 +33,7 @@ echo "travis_fold:end:docker_build_qgis"
33
# running QGIS tests in commited image
34
echo "travis_fold:start:docker_test_qgis"
35
echo "${bold}Docker run tests${endbold}"
36
-#docker-compose -f ${TRAVIS_BUILD_DIR}/.ci/travis/linux/docker-compose.travis.yml run qgis-deps /root/QGIS/.ci/travis/linux/scripts/docker-qgis-test.sh
+docker-compose -f ${TRAVIS_BUILD_DIR}/.ci/travis/linux/docker-compose.travis.yml run qgis-deps /root/QGIS/.ci/travis/linux/scripts/docker-qgis-test.sh
37
echo "travis_fold:end:docker_test_qgis"
38
39
# running tests for the python test runner
docker.sh
0 commit comments