Skip to content

Commit

Permalink
Add .travis.yml for CI
Browse files Browse the repository at this point in the history
Signed-off-by: Jing Liu <jing2.liu@linux.intel.com>
  • Loading branch information
Jing Liu committed Apr 16, 2019
1 parent 1c60a69 commit 18952f1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: rust

rust:
- stable
- nightly

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

0 comments on commit 18952f1

Please sign in to comment.