travis: don't upload other files as artifacts

master
Andrew Kelley 2018-04-03 14:23:56 -04:00
parent 21b47b34d8
commit d1f8e722b5
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ make -j2 install
./zig build --build-file ../build.zig test
cd $TRAVIS_BUILD_DIR
rm .gitignore
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