From 60593d833fc32b3f4bbe393866760273525f1151 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Tue, 13 Nov 2018 12:11:57 -0700 Subject: [PATCH] cargo check needs nightly, trying again book magic --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d2b7c2d..27842e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ cache: - cargo rust: - - stable + - nightly before_script: - (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update) @@ -22,6 +22,9 @@ deploy: skip-cleanup: true github-token: $GITHUB_TOKEN local-dir: docs - keep-history: false + target-branch: master + keep-history: true + name: DocsBot + verbose: true on: branch: master