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 06d3be7 commit e159d90Copy full SHA for e159d90
.travis.yml
@@ -11,7 +11,7 @@ before_install:
11
-in travis.key.enc -out ~/.ssh/id_rsa -d
12
- chmod 600 ~/.ssh/id_rsa
13
install:
14
-- "(cargo install mdbook --vers 0.3.0 --force || true)"
+- "(test -x $HOME/.cargo/bin/mdbook || cargo install mdbook --vers 0.3.0 --force)"
15
script:
16
- mdbook build
17
- rsync -azv -delete -e 'ssh' book/ [email protected]:/var/www/static/too-many-lists
0 commit comments