travis: don't upload build/ folder as artifacts

master
Andrew Kelley 2018-04-03 12:59:28 -04:00
parent 65e4bb149e
commit 21b47b34d8
1 changed files with 1 additions and 0 deletions

View File

@ -14,4 +14,5 @@ make -j2 install
cd $TRAVIS_BUILD_DIR
git clean -fd
rm -rf build
docker run -it --mount type=bind,source="$TRAVIS_BUILD_DIR",target=/z ziglang/static-base:llvm6-1 -j2 $TRAVIS_COMMIT