Browse Source

add fmt check in travis fixes #43 (#44)

* testing travis

* add tests back in
pull/42/head
Jason Williams 5 years ago committed by GitHub
parent
commit
ace1588a94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      .travis.yml

9
.travis.yml

@ -1,3 +1,10 @@
language: rust
rust:
- beta
- stable
- beta
cache: cargo
before_script:
- rustup component add rustfmt
script:
- cargo fmt --verbose -- --check
- cargo test --verbose

Loading…
Cancel
Save