Browse Source

Updated Github pages deployment.

Signed-off-by: Sebastian Haas <sebastian@haas.tech>
Sebastian Haas 8 năm trước cách đây
mục cha
commit
e5a877153f
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      .travis.yml

+ 3 - 1
.travis.yml

@@ -19,7 +19,9 @@ deploy:
 after_deploy:
 - eval "$(ssh-agent -s)"
 - chmod 600 bin/gh_pages_deploy_key
-- ssh-add bin/gh_pages_deploy_key  
+- ssh-add bin/gh_pages_deploy_key
+- git config user.email "travis@opensheetmusicdisplay.org"
+- git config user.name "travis"
 - chmod +x ./bin/publish_gh_page.sh
 - ./bin/publish_gh_page.sh
 before_install: