summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-11-20 17:57:06 -0500
committerAndrew Gallant <jamslam@gmail.com>2016-11-20 17:57:10 -0500
commit7f3e7d2faa411be799c3a37a405fd3d2264fa2eb (patch)
tree13b628e0087bcafc938448dbfffe180d03535f49
parent8d5906d7fcba073284ec82460c8daa04fb103a6b (diff)
bsd doesn't have --recursive0.3.0
-rw-r--r--ci/before_deploy.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh
index 608de599..39202448 100644
--- a/ci/before_deploy.sh
+++ b/ci/before_deploy.sh
@@ -17,8 +17,6 @@ mk_tarball() {
local name="${PROJECT_NAME}-${TRAVIS_TAG}-${TARGET}"
mkdir "$td/$name"
- ls -l --recursive target/
-
cp target/$TARGET/release/rg "$td/$name/"
cp {doc/rg.1,README.md,UNLICENSE,COPYING,LICENSE-MIT} "$td/$name/"
cp target/release/build/ripgrep-*/out/rg.* "$td/$name/"