summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAaron Hill <aa1ronham@gmail.com>2018-03-12 22:09:18 -0400
committerAaron Hill <aa1ronham@gmail.com>2018-03-12 22:09:18 -0400
commit350b23a9cd86d88ef9c801de4b61673291070285 (patch)
tree2c5085582ffd28170025a54f5230b5e921124a36 /.travis.yml
parentd7f4e189ec37b1785379542ca448bbbd159b7a68 (diff)
downloadroughenough-350b23a9cd86d88ef9c801de4b61673291070285.zip
Test roughenough on nightly rust on Travis CI
The nightly job is marked as an allowed failure - combined with the fast_finish option, this ensures that nightly failures won't slow down or break the build.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a493f81..93d6fa0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,9 @@
language: rust
rust:
- stable
+ - nightly
+
+matrix:
+ allow_failures:
+ - rust: nightly
+ fast_finish: true