From 891dff48e9dc12e892b6b69465036a9a62add9a7 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 12 May 2016 16:52:59 -0400 Subject: add .travis.yml and fix other configuration so that travis works --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0f452c5 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +--- +sudo: false +language: rust +rust: + - stable + - beta + - nightly +matrix: + allow_failures: + - rust: nightly -- cgit v1.2.3-54-g00ecf