Skip to content

Commit 5d4ff25

Browse files
authored
Merge pull request #333 from Havvy/fix-ci
Trying to fix the CI
2 parents d9e6a59 + 99ce780 commit 5d4ff25

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.1.7)
88

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

0 commit comments

Comments
 (0)