From 025759a1e62db638623e1a525d99b8d8e19c91d1 Mon Sep 17 00:00:00 2001 From: Stefano Probst Date: Thu, 25 Oct 2018 14:38:33 +0200 Subject: [PATCH] Add tarvis integration --- .tarvis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .tarvis.yml diff --git a/.tarvis.yml b/.tarvis.yml new file mode 100644 index 0000000..4831668 --- /dev/null +++ b/.tarvis.yml @@ -0,0 +1,10 @@ +language: rust +rust: + - stable + - beta + - nightly +matrix: + allow_failures: + - rust: nightly + fast_finish: true +