Skip to content

Commit

Permalink
chore(travis): use local ghp-import
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Apr 15, 2015
1 parent 4ed2ef5 commit f246c6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ language: rust
sudo: false

cache:
directories:
- target
directories:
- target

script:
- cargo build --features nightly
Expand All @@ -17,7 +17,7 @@ after_success: |
echo '<meta http-equiv=refresh content=0;url=hyper/index.html>' > 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:
Expand Down

0 comments on commit f246c6a

Please sign in to comment.