Skip to content

Commit 3f38cac

Browse files
committed
Auto merge of #39574 - alexcrichton:beta-travis-doc, r=brson
[beta] travis: Really delete the `doc` folder This is a backport of #39415 so we can test out release infrastructure with Travis on beta.
2 parents 7c4cb50 + 9ade95f commit 3f38cac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,12 @@ cache:
109109

110110
before_deploy:
111111
- mkdir -p deploy/$TRAVIS_COMMIT
112-
- rm -rf build/dist/doc
113112
- >
114113
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
114+
rm -rf build/dist/doc &&
115115
cp -r build/dist/* deploy/$TRAVIS_COMMIT;
116116
else
117+
rm -rf obj/build/dist/doc &&
117118
cp -r obj/build/dist/* deploy/$TRAVIS_COMMIT;
118119
fi
119120

0 commit comments

Comments
 (0)