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 5f432c6 commit c8e4f44Copy full SHA for c8e4f44
.travis.yml
@@ -1,16 +1,16 @@
1
language: rust
2
-sudo: required
+sudo: false
3
4
cache:
5
-- cargo
+ - cargo
6
7
rust:
8
-- stable
+ - stable
9
10
before_script:
11
-- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
12
-- (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.1" mdbook)
13
-- cargo install-update -a
+ - (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
+ - (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.3" mdbook)
+ - cargo install-update -a
14
15
script:
16
- mdbook build
0 commit comments