diff --git a/.travis/push.sh b/.travis/push.sh index 360149b..92fcf3f 100755 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -4,19 +4,26 @@ setup_git() { git config --global user.name "dl9rdz (via Travis CI)" } generate_website_index() { - echo "" > download.html - echo "

Master repository

" >> download.html git add download.html git commit --message "Travis build: $TRAVIS_BUILD_NUMBER" }