Skip to content

Commit c2784bc

Browse files
committed
docs(git): push contributors list to humans.txt
1 parent 1f5547c commit c2784bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ after_success: |
1010
[ $TRAVIS_PULL_REQUEST = false ] &&
1111
cargo doc &&
1212
echo '<meta http-equiv=refresh content=0;url=hyper/index.html>' > target/doc/index.html &&
13+
git shortlog -s -n | cut -c 8- > target/doc/humans.txt &&
1314
sudo pip install ghp-import &&
1415
ghp-import -n target/doc &&
1516
git push -fq https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages

0 commit comments

Comments
 (0)