From cc7d9fa8c424b3cdd1472269822f99f374923200 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Wed, 15 Apr 2015 13:25:52 -0700 Subject: [PATCH] chore(travis): remove sudo from publish docs --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0c15e0c9..f14eeb9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ after_success: | cargo doc && echo '' > target/doc/index.html && git shortlog -s -n | cut -c 8- > target/doc/humans.txt && - sudo pip install ghp-import && + pip install ghp-import && ghp-import -n target/doc && git push -fq https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages