From f253b080902998f3cc5999829ad439d1dba45003 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 4 Mar 2018 15:08:15 -0500 Subject: add travis configuration --- .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..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