From a89d9db9541020a5889e63d51a05d757d9119ac2 Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Fri, 5 May 2017 16:56:16 +0200 Subject: [PATCH] Enable travis --- .travis.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .travis.yaml diff --git a/.travis.yaml b/.travis.yaml new file mode 100644 index 0000000..8c91a74 --- /dev/null +++ b/.travis.yaml @@ -0,0 +1,8 @@ +language: rust +rust: + - stable + - beta + - nightly +matrix: + allow_failures: + - rust: nightly