From 8056fdef16e0038477f50871e49b91d417cac657 Mon Sep 17 00:00:00 2001 From: Thomas Tanon Date: Sun, 28 Jul 2019 11:53:41 +0200 Subject: [PATCH] Create .travis.yml --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..5f435e8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: rust +rust: + - stable + - beta + - nightly +matrix: + allow_failures: + - rust: nightly + fast_finish: true +cache: cargo