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 /.travis.yml | |
| parent | 7e01b1a08e1c33829abac6dabbed360fc5f8c597 (diff) | |
Use travis to set the PATH properly
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1bb2505..c265130 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,7 @@ before_install: install: - bash ci/install.sh - export PATH="$PATH:$PWD/qemu" + - export PATH="$PATH:$PWD/mdbook-bin" script: - bash ci/script.sh |
