From f8adae8dc07f99a51bc02a209bac30c99da8fe14 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Wed, 2 Dec 2020 21:24:36 +0100 Subject: [PATCH] Re-enable Travis CI --- .travis.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..a7d44d0 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,17 @@ +dist: bionic +language: rust +rust: + - stable + - beta + - nightly + +jobs: + allow_failures: + - rust: nightly + fast_finish: true + +cache: cargo + +# Custom directory, for the correct year +before_script: + - cd 2020