From f246c6a4a80bed3be1b73ca617e6456a61555964 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Wed, 15 Apr 2015 15:56:35 -0700 Subject: [PATCH] chore(travis): use local ghp-import --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1f546aa0..8579753f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,8 @@ language: rust sudo: false cache: - directories: - - target + directories: + - target script: - cargo build --features nightly @@ -17,7 +17,7 @@ after_success: | echo '' > target/doc/index.html && git shortlog -s -n | cut -c 8- > target/doc/humans.txt && pip install --user ghp-import && - ghp-import -n target/doc && + /home/travis/.local/bin/ghp-import -n target/doc && git push -fq https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages env: