|
|
@ -56,7 +56,7 @@ matrix: |
|
|
|
rust: stable |
|
|
|
rust: stable |
|
|
|
before_script: |
|
|
|
before_script: |
|
|
|
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update) |
|
|
|
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update) |
|
|
|
- (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.1" mdbook) |
|
|
|
- (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.2" mdbook) |
|
|
|
- cargo install-update -a |
|
|
|
- cargo install-update -a |
|
|
|
script: |
|
|
|
script: |
|
|
|
- (cd docs && mdbook build) |
|
|
|
- (cd docs && mdbook build) |
|
|
|