There was an error while loading. Please reload this page.
1 parent ea01ac2 commit 048d0c2Copy full SHA for 048d0c2
1 file changed
.travis.yml
@@ -22,5 +22,6 @@ after_success:
22
- git config user.name "Travis CI"
23
- git config credential.helper "store --file=.git/credentials"
24
25
+ - git add .
26
- git commit -m"automated commit from Travis CI"
27
- if [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then git push --force https://${GH_TOKEN}@github.com/thingweb/thingweb-webui.git master:gh-pages; fi
0 commit comments