From c232123bf91a2ed337c515b093a72e0a5866fe10 Mon Sep 17 00:00:00 2001 From: Fabian Freyer Date: Fri, 29 Mar 2019 09:11:07 -0400 Subject: [PATCH] ci: add .travis.yml --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..75370a7 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: rust +rust: +- stable +- nightly +- beta +matrix: + allow_failures: + - rust: stable + fast_finish: true +cache: cargo +before_install: +- npm install