diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0548b1b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: rust +cache: cargo +rust: stable +os: + - linux + - osx + - windows +script: + - cargo build -v + - cargo test -v +branches: + only: + - master