瀏覽代碼

hopefully the last try of getting travis-ci to build doxygen realtes to #48

Stasik0 11 年之前
父節點
當前提交
5910282c07
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -34,6 +34,7 @@ after_success:
    - cd open62541/doxygen
    - git config --global user.email "open62541-travis-ci@users.noreply.github.com"
    - git config --global user.name "Open62541 travis-ci"
+   - git config --global push.default simple
    - git add *
    - git commit -am "doxygen updated by travis-ci"
    - git push https://$GITAUTH@github.com/acplt/open62541