Skip to content

Commit b43eb0e

Browse files
committed
fix(travis): Do not generate docs !
Previously, travis would continuously overwrite my combined docs with the ones from the dev-project, and make them useless. This has been driving me nuts ! Good to have it fixed !
1 parent 2c2585d commit b43eb0e

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
11
language: rust
2-
after_success: |
3-
[ $TRAVIS_BRANCH = master ] &&
4-
[ $TRAVIS_PULL_REQUEST = false ] &&
5-
cargo doc &&
6-
echo '<meta http-equiv=refresh content=0;url=youtube-rs/index.html>' > target/doc/index.html &&
7-
git shortlog -s -n | cut -c 8- > target/doc/humans.txt &&
8-
sudo pip install ghp-import &&
9-
ghp-import -n target/doc &&
10-
git push -fq https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
112
env:
123
global:
134
secure: Plj5DqAQX/4+KPM+nOAZ2sCbGIsoSrHo1YggfesQnU7paR734XO/4IayWnsNO/3q6bDi4GIcn56RUZAD3xBJJBNLia2CYIickIIYORRqLWbLdbzQaxBbD670ahtzEuUSFJTRKURPwFteAnsWYgNMNzwXOVNwLS5IUBqWTcS+N0g=

0 commit comments

Comments
 (0)