Skip to content

Commit

Permalink
Execute spellcheker script on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
JIghtuse committed Nov 24, 2016
1 parent 1b14101 commit b0bf566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ rust:
before_script:
- (cargo install mdbook --git https://github.com/azerupi/mdBook.git --force || true)
script:
- bash spellcheck.sh list
- PATH=$PATH:/home/travis/.cargo/bin mdbook test
- PATH=$PATH:/home/travis/.cargo/bin mdbook build
- cargo run --bin lfp src
Expand Down

0 comments on commit b0bf566

Please sign in to comment.