diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..78ea1f0 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: rust +script: + - cargo build --verbose --all --all-features + - cargo test --verbose --all --all-features