From: Alex Crichton Date: Thu, 19 Jan 2017 17:02:19 +0000 (-0800) Subject: Run full Travis builds on all non-PR branches X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~11^2~28^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=541983bb452ce1fa89eff81e92882dc47b59aab3;p=cargo.git Run full Travis builds on all non-PR branches This'll result in duplicate work when merging, but otherwise we're not uploading docs. --- diff --git a/.travis.yml b/.travis.yml index 501f2d1b2..9f316daae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -104,7 +104,7 @@ before_script: fi script: - > - if [ "$ALLOW_PR" = "" ] && [ "$TRAVIS_BRANCH" != "auto-cargo" ]; then + if [ "$ALLOW_PR" = "" ] && [ "$TRAVIS_PULL_REQUEST" != "false" ]; then echo skipping, not a full build; elif [ "$TRAVIS_OS_NAME" = "osx" ]; then SRC=. src/ci/run.sh $TARGET;