summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index cda2e4c..40cd744 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,14 @@
language: rust
+# 2020-06-17 - nightly hasn't had rustfmt since 2020-06-10, so builds fail on
+# that toolchain. We want to use it as far as is possible, though.
rust:
+ - nightly
- nightly-2020-06-10
+jobs:
+ allow_failures:
+ - rust: nightly
+
cache: cargo
install: