We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b44da72 commit 54b4c8dCopy full SHA for 54b4c8d
1 file changed
.travis.yml
@@ -197,6 +197,9 @@ matrix:
197
allow_failures:
198
# Formatting errors should appear in Travis, but not break the build.
199
- name: "rustfmt"
200
+ # The nightly toolchain is unstable, don't let it break our build
201
+ - name: "Linux, nightly, docs"
202
+ - name: "OSX, nightly, docs"
203
204
before_install:
205
- set -e
0 commit comments