Parcourir la source

update travis config

Julius Pfrommer il y a 10 ans
Parent
commit
333c114362
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      .travis.yml

+ 3 - 3
.travis.yml

@@ -50,7 +50,7 @@ script:
 
 after_success:
    - cd ..
-   - git branch gh-pages
+   - git checkout gh-pages
    - git rm -rf doxygen
    - git rm -rf doc
    - cp -r build/doc ./
@@ -60,6 +60,6 @@ after_success:
    - git config --global push.default simple
    - git commit -am "doxygen updated by travis-ci"
    - git push https://$GITAUTH@github.com/acplt/open62541
-   - cd ..
-   - rm -rf open62541
+   - mkdir coverity
+   - cd coverity
    - ./tools/.coverity.sh