Skip to content

Commit

Permalink
Adds Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
xcambar committed Oct 21, 2017
1 parent 693b830 commit 8ba4bb1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: rust
rust:
- nightly
script:
- cargo install clippy --force
- cargo build --verbose
- cargo clippy -- -D warnings
- cargo test --verbose

0 comments on commit 8ba4bb1

Please sign in to comment.