Skip to content

Commit 5599636

Browse files
committed
Enable builds against prs
1 parent eac7c8e commit 5599636

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@ env:
8282

8383
script:
8484
- >
85-
if [ "$ALLOW_PR" = "" ] && [ "$TRAVIS_BRANCH" != "auto" ]; then
86-
echo skipping, not a full build;
87-
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
85+
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
8886
travis_retry sh -c 'git submodule deinit -f . && git submodule update --init' &&
8987
src/ci/run.sh;
9088
else

appveyor.yml

-4
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,6 @@ cache:
130130
- "i686-pc-windows-msvc/llvm -> src/rustllvm/llvm-auto-clean-trigger"
131131
- "x86_64-pc-windows-msvc/llvm -> src/rustllvm/llvm-auto-clean-trigger"
132132

133-
branches:
134-
only:
135-
- auto
136-
137133
before_deploy:
138134
- ps: |
139135
New-Item -Path deploy -ItemType directory

0 commit comments

Comments
 (0)