Skip to content

Commit

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

script:
- >
if [ "$ALLOW_PR" = "" ] && [ "$TRAVIS_BRANCH" != "auto" ]; then
echo skipping, not a full build;
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
if [ "$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: 0 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,6 @@ 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 5599636

Please sign in to comment.