From 37bb0d1aa9c2e7fa0d4b0be920ec685e038b7d66 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Thu, 7 Dec 2017 14:48:02 -0800 Subject: [PATCH] Add Travis-CI configuration to start running tests --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..3a5c36c8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: rust +rust: + - stable + - beta + - nightly +matrix: + allow_failures: + - rust: nightly +cache: cargo \ No newline at end of file