diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..962f12e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +language: rust +cache: cargo +dist: trusty +os: + - linux + - osx + +rust: + - nightly + - stable + +script: + - cargo build + - cargo test