chore(travis): Run binary install tests

master
Jesper Håkansson 6 years ago
parent e4fdfd7a66
commit cc0687c3f1
  1. 4
      .travis.yml

@ -51,6 +51,10 @@ matrix:
- rustup component add rustfmt-preview
- cargo fmt --version
- cargo fmt --all -- --check
- cd binary-install
- cargo test
- cargo fmt --all -- --check
- cd ..
- name: Book
rust: stable

Loading…
Cancel
Save