From 428750b371ee763bd0b686e561e5d2d09cf46aca Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Tue, 16 Apr 2019 18:27:46 +0200 Subject: [PATCH] ci: don't build docs for dependencies works around https://github.com/rust-lang/rust/issues/58849 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 30a145c70..d2b401682 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ jobs: - cargo check --target $TARGET_BUILD - stage: deploy script: - - cargo doc + - cargo doc --no-deps - echo "" > target/$TARGET_BUILD/doc/index.html - sudo pip install ghp-import - ghp-import -n target/$TARGET_BUILD/doc