Skip to content

Commit

Permalink
chore: setup travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PoiScript committed Oct 1, 2019
1 parent da4681d commit aa1bac1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: rust

rust:
- stable

cache: cargo

before_script:
- rustup component add rustfmt-preview

script:
- cargo test
- cargo fmt --all -- --check

notifications:
email:
on_failure: change
on_success: change

0 comments on commit aa1bac1

Please sign in to comment.