Skip to content

Commit

Permalink
travis: don't upload other files as artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Apr 3, 2018
1 parent 21b47b3 commit d1f8e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/travis_linux_script
Expand Up @@ -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

0 comments on commit d1f8e72

Please sign in to comment.