We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74916aa commit 15ff0b7Copy full SHA for 15ff0b7
.travis.yml
@@ -1,6 +1,8 @@
1
language: rust
2
3
-cache: pip
+cache:
4
+- pip
5
+- cargo
6
7
install:
8
- source ~/.cargo/env || true
ci/install.sh
@@ -1,7 +1,9 @@
#!/bin/bash
set -ex
-cargo install cargo install mdbook --vers "0.0.28"
+if command -v mdbook >/dev/null 2>&1; then
+ cargo install mdbook --vers "0.0.28"
+fi
if command -v ghp-import >/dev/null 2>&1; then
9
pip install ghp-import
0 commit comments