Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
Add a basic .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Peltoche committed Apr 14, 2019
1 parent c8dfa31 commit 23d2181
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: rust

cache: cargo

rust:
- stable

install:
- rustup component add clippy

script:
- cargo test --all-features
- cargo clippy --all-features

notifications:
email:
on_success: never


0 comments on commit 23d2181

Please sign in to comment.