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 24adf77 commit ff3f84bCopy full SHA for ff3f84b
.ci/travis/linux/script.sh
@@ -33,7 +33,7 @@ export CTEST_BUILD_COMMAND="/usr/bin/make -j3 -i -k"
33
# when make is run inside ctest no output is generated. At the current time
34
# nobody know why, but at least this workaround gets travis results for master
35
# back. Better approaches VERY welcome.
36
-if [[ ${TRAVIS_BRANCH} == "master" ]];
+if [[ ${TRAVIS_PULL_REQUEST} == "false" ]];
37
then
38
pushd build
39
$CTEST_BUILD_COMMAND
0 commit comments