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 a8dc246 commit 5f1e94cCopy full SHA for 5f1e94c
.travis.yml
@@ -153,7 +153,8 @@ before_script:
153
df -h;
154
du . | sort -nr | head -n100
155
- >
156
- if [ "$ALLOW_PR" = "" ] && [ "$TRAVIS_BRANCH" != "auto" ]; then
+ if ([ "$ALLOW_PR" = "" ] && [ "$TRAVIS_BRANCH" != "auto" ]) || \
157
+ ([ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]); then
158
export RUN_SCRIPT="echo 'skipping, not a full build'";
159
else
160
RUN_SCRIPT="stamp src/ci/init_repo.sh . $HOME/rustsrc";
0 commit comments