motiejus/zig

fork of https://codeberg.org/ziglang/zig
git clone https://git.jakstys.lt/motiejus/zig.git
Log | Tree | Refs | README | LICENSE

commit d1f8e722b5e48666b4d7d833c0cd6b36f45bd9bb (tree)
parent 21b47b34d85f6b974c371b6e5b9421a87650344a
Author: Andrew Kelley <superjoe30@gmail.com>
Date:   Tue,  3 Apr 2018 14:23:56 -0400

travis: don't upload other files as artifacts

Diffstat:
Mci/travis_linux_script | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/travis_linux_script b/ci/travis_linux_script @@ -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