소스 검색

Updated Github pages deployment.

Signed-off-by: Sebastian Haas <sebastian@haas.tech>
Sebastian Haas 8 년 전
부모
커밋
645c42874e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

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