Skip to content

Commit

Permalink
Adds travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
easbar committed Jun 17, 2019
1 parent 844a00a commit 446e65b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: rust

cache: cargo

script:
- "rustup component add rustfmt-preview"
- "cargo fmt -- --check"
- "cargo test --release -- --nocapture"
- "export RUST_TEST_THREADS=1; cargo test --release -- --ignored --nocapture"

0 comments on commit 446e65b

Please sign in to comment.