summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSam Scott <sam.scott89@gmail.com>2017-03-12 15:33:01 -0400
committerSam Scott <sam.scott89@gmail.com>2017-03-12 15:33:01 -0400
commit4dfe0be52666a922ee8aa97e2a1d677c6463fcf2 (patch)
tree8ce5f56cef9981e5e2e00a9b09b60082b8de0482 /.travis.yml
parent57bfc2e1061da6bf55a1d04ac35e6dbbeebabb69 (diff)
Address some clippy comments.
Add docs for `Config`.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 4ecd9b6..6e09135 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,8 @@
language: rust
rust:
- - nightly
- - beta
- stable
+ - beta
+ - nightly
+matrix:
+ allow_failures:
+ - rust: nightly \ No newline at end of file