remote .travis.yml

This commit is contained in:
Jakob 2019-09-11 18:09:23 +02:00 committed by GitHub
parent 189e331292
commit 23323d8e7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,24 +0,0 @@
langauge: node_js
node_js:
- "10"
cache:
yarn: true
directories:
- "node_modules"
branches:
only:
- "master"
install:
- "yarn install"
- "yarn run build"
script:
- "echo \"No tests\""
deploy:
provider: pages
skip_cleanup: true
github-token: $GITHUB_ACCESS_TOKEN
target-branch: "gh-pages"
local-dir: ".vuepress/dist"
on:
branch: master