aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2020-06-02 20:25:33 +0000
committerHenrik Tjäder <henrik@tjaders.com>2020-06-02 20:25:33 +0000
commitf6bce2110fe9ef58a20a90f8679b82d1f4fead35 (patch)
tree9c8ff1689d1b9fb507188ddae562e293afeae938 /ci
parent7e01b1a08e1c33829abac6dabbed360fc5f8c597 (diff)
Use travis to set the PATH properly
Diffstat (limited to 'ci')
-rw-r--r--ci/install.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/ci/install.sh b/ci/install.sh
index 9b79075..624efd8 100644
--- a/ci/install.sh
+++ b/ci/install.sh
@@ -27,8 +27,6 @@ main() {
tar -xf mdbook.tar.gz
mkdir -p mdbook-bin
mv mdbook mdbook-bin/
- PATH=$(pwd)/mdbook-bin:$PATH
- which mdbook
#install_crate mdbook 0.3.1
}