Skip to content

Commit 8c299a1

Browse files
author
Alexis Hunt
committed
Update travis build to use 2.X
1 parent 9932f7a commit 8c299a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ rust:
44
- nightly
55

66
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
7+
- travis_retry curl -Lf https://github.com/rust-lang-nursery/mdBook/releases/download/v0.2.1/mdbook-v0.2.1-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=$HOME/.cargo/bin
88

99
script:
1010
- export PATH=$PATH:/home/travis/.cargo/bin && mdbook test

0 commit comments

Comments
 (0)