Explorar el Código

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

Stasik0 hace 11 años
padre
commit
5910282c07
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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