1 Star 1 Fork 0

Viper/live2d-widget.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 628 Bytes
一键复制 编辑 原始数据 按行查看 历史
Live session user 提交于 2018-02-16 04:29 . ci: encrypt new ssh key
language: node_js
node_js: node
git:
depth: 2
submodules: false
branches:
only:
- master
cache:
directories:
- node_modules
before_install:
- openssl aes-256-cbc -K $encrypted_7ae5308e2fd2_key -iv $encrypted_7ae5308e2fd2_iv
-in .travis/id_rsa.enc -out ~/.ssh/id_rsa -d
- chmod 600 ~/.ssh/id_rsa
- eval $(ssh-agent)
- ssh-add ~/.ssh/id_rsa
- cp .travis/ssh_config ~/.ssh/config
- git config --global user.name 'xiazeyu'
- git config --global user.email 'xiazeyu_2011@126.com'
- git submodule update --init --recursive
install:
- npm install
script:
- npm run build:prod && npm run build:esdoc && npm run deploy:doc
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/vsery/live2d-widget.js.git
git@gitee.com:vsery/live2d-widget.js.git
vsery
live2d-widget.js
live2d-widget.js
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385