Hook lints into travis

This commit is contained in:
Carol (Nichols || Goulding) 2016-08-10 19:18:30 -04:00
parent 7eb505d7a0
commit dd9621ce8b

View File

@ -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: