diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..40372d9 --- /dev/null +++ b/.travis.yml @@ -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" \ No newline at end of file