From: Carol (Nichols || Goulding) Date: Thu, 19 Jan 2017 21:11:41 +0000 (-0500) Subject: Remove $USER from the --user argument from pip install X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~11^2~27^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=51d55488ef3d166e735a1d5a217375f10fb750ed;p=cargo.git Remove $USER from the --user argument from pip install --- diff --git a/.travis.yml b/.travis.yml index 9f316daae..13282bc13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -116,7 +116,7 @@ after_success: | [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ] && [ $(uname -s) = Linux ] && - pip install ghp-import --user $USER && + pip install ghp-import --user && $HOME/.local/bin/ghp-import -n target/doc && git push -qf https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages