1 Star 0 Fork 31

zzjwuishare/vue-aplayer for electron-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 675 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: node_js
node_js:
- "lts/*"
cache:
yarn: true
directories:
- "node_modules"
# use latest yarn
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
# fix upath incompatibility
install: yarn --ignore-engines
# GitHub Pages deploy
before_deploy:
- npm run predeploy
deploy:
- provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
keep-history: true
on:
branch: master
local-dir: demo
- provider: npm
skip-cleanup: true
email: "leishenghao@126.com"
api_key: $NPM_AUTH_TOKEN
on:
tags: true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zzjwuishare/electron-vue-player.git
git@gitee.com:zzjwuishare/electron-vue-player.git
zzjwuishare
electron-vue-player
vue-aplayer for electron-vue
master

搜索帮助