Skip to content

Commit

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

0 comments on commit 21b47b3

Please sign in to comment.