mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-02-02 23:38:41 +08:00
Hook lints into travis
This commit is contained in:
parent
7eb505d7a0
commit
dd9621ce8b
@ -9,6 +9,7 @@ before_script:
|
||||
script:
|
||||
- PATH=$PATH:/home/travis/.cargo/bin mdbook test
|
||||
- PATH=$PATH:/home/travis/.cargo/bin mdbook build
|
||||
- cargo run --bin lfp src
|
||||
after_success:
|
||||
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && bash deploy.sh
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user