diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2020-06-02 20:25:33 +0000 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2020-06-02 20:25:33 +0000 |
| commit | f6bce2110fe9ef58a20a90f8679b82d1f4fead35 (patch) | |
| tree | 9c8ff1689d1b9fb507188ddae562e293afeae938 /ci/install.sh | |
| parent | 7e01b1a08e1c33829abac6dabbed360fc5f8c597 (diff) | |
Use travis to set the PATH properly
Diffstat (limited to 'ci/install.sh')
| -rw-r--r-- | ci/install.sh | 2 |
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 } |
