Skip to content

Commit 2bcf9fd

Browse files
committed
Trying to fix the CI
1 parent d9e6a59 commit 2bcf9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ rust:
44
- nightly
55

66
before_script:
7-
- (cargo install mdbook --git https://github.com/rust-lang-nursery/mdBook.git --force || true)
7+
- (cargo install mdbook --version 0.15)
88

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

0 commit comments

Comments
 (0)