From cb9888f802efae77ddc0113c87cc49c4d25faf25 Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Mon, 20 Nov 2017 18:22:14 +0100 Subject: [PATCH] [ci] flag the documentation build bot --- library/stdarch/.travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/stdarch/.travis.yml b/library/stdarch/.travis.yml index 2c407748b705..29ec025c1f1c 100644 --- a/library/stdarch/.travis.yml +++ b/library/stdarch/.travis.yml @@ -15,7 +15,8 @@ matrix: - os: osx env: TARGET=x86_64-apple-darwin NO_ADD=1 script: ci/run.sh - - install: true + - env: DOCUMENTATION + install: true script: ci/dox.sh - env: RUSTFMT=On TARGET=x86_64-unknown-linux-gnu NO_ADD=1 script: |