Skip to content

Commit

Permalink
Merge pull request #213 from rust-lang-nursery/travis
Browse files Browse the repository at this point in the history
Update mdbook repo
  • Loading branch information
QuietMisdreavus committed Jan 22, 2018
2 parents 6c27ff3 + f5d790e commit fe87bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rust:
- nightly

before_script:
- (cargo install mdbook --git https://github.com/azerupi/mdBook.git --force || true)
- (cargo install mdbook --git https://github.com/rust-lang-nursery/mdBook.git --force || true)

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

0 comments on commit fe87bd7

Please sign in to comment.