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 fc5d982 commit fc455b4Copy full SHA for fc455b4
.travis.yml
@@ -4,7 +4,7 @@ rust:
4
- nightly
5
6
install:
7
- - travis_retry curl -Lf https://github.com/rust-lang-nursery/mdBook/releases/download/v0.1.7/mdbook-v0.1.7-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=$HOME/.cargo/bin
+ - travis_retry curl -Lf https://github.com/rust-lang-nursery/mdBook/releases/download/v0.2.3/mdbook-v0.2.3-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=$HOME/.cargo/bin
8
9
script:
10
- export PATH=$PATH:/home/travis/.cargo/bin && mdbook test
0 commit comments