Skip to content

Commit

Permalink
Revert "Enable builds against prs"
Browse files Browse the repository at this point in the history
This reverts commit 5599636.
  • Loading branch information
brson committed Mar 10, 2017
1 parent 690a4f6 commit 30cf806
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ env:

script:
- >
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
if [ "$ALLOW_PR" = "" ] && [ "$TRAVIS_BRANCH" != "auto" ]; then
echo skipping, not a full build;
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
travis_retry sh -c 'git submodule deinit -f . && git submodule update --init' &&
src/ci/run.sh;
else
Expand Down
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ cache:
- "i686-pc-windows-msvc/llvm -> src/rustllvm/llvm-auto-clean-trigger"
- "x86_64-pc-windows-msvc/llvm -> src/rustllvm/llvm-auto-clean-trigger"

branches:
only:
- auto

before_deploy:
- ps: |
New-Item -Path deploy -ItemType directory
Expand Down

0 comments on commit 30cf806

Please sign in to comment.