Skip to content

Commit

Permalink
meta: added .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed May 25, 2019
1 parent cba2f0d commit 1fbd696
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: rust
rust:
- stable
- beta
before_script:
- rustup component add clippy
script:
- cargo clippy -- -D warnings
- cargo test

0 comments on commit 1fbd696

Please sign in to comment.