language: node_js node_js: - "8" cache: yarn after_success: - npm run semantic-release - npm run coveralls - npm run docs:build deploy: provider: pages skip-cleanup: true local_dir: docs/.vuepress/dist github-token: $GH_TOKEN repo: panter/vue-i18next keep-history: true target-branch: gh-pages on: branch: master notifications: email: false