Skip to content

Commit 41626dd

Browse files
committed
build: lint-check need rust-docs component
1 parent 4eaca3c commit 41626dd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
language: rust
1+
language: shell
22

3-
rust:
4-
- nightly
3+
before_install:
4+
- curl -sSL https://sh.rustup.rs | sh -s -- -y --default-toolchain=nightly --profile=minimal -c rust-docs
5+
- export PATH="$HOME/.cargo/bin:$PATH"
56

67
install:
78
- travis_retry curl -Lf https://github.com/rust-lang-nursery/mdBook/releases/download/v0.3.1/mdbook-v0.3.1-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=$HOME/.cargo/bin

0 commit comments

Comments
 (0)