git fetch added

This commit is contained in:
Dolan
2017-04-16 01:29:29 +01:00
parent d0e7c97a88
commit b96cfe7b19

View File

@ -9,6 +9,7 @@ script:
after_failure:
- "cat /home/travis/builds/dolanmiu/docx/npm-debug.log"
after_success:
- git fetch
- git checkout gh-pages
- git merge master --ff -m "merging with master"
- npm run typedoc