1 Star 0 Fork 291

陨落人间 / Neditor

forked from Notadd / Neditor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
Seven Du 提交于 2018-01-12 16:57 . fix: fixed not using args code perter.
sudo: false
language: node_js
matrix:
fast_finish: true
include:
- node_js: node
env: FOR=php
- node_js: node
env: FOR=jsp
- node_js: node
env: FOR=net
- node_js: node
env: FOR=asp
install:
- npm install
- npm run build -- --server="$FOR"
- tar -cvf neditor.tar --exclude=.git dist
- xz -z9 neditor.tar
script:
- sh -c "if [ '$FOR' = 'net' ]; then curl -T neditor.tar.xz http://v0.api.upyun.com/notadd/download/neditor/Nediotr-net-master.tar.xz -u "$UPYUN" -v; fi"
- sh -c "if [ '$FOR' = 'asp' ]; then curl -T neditor.tar.xz http://v0.api.upyun.com/notadd/download/neditor/Nediotr-asp-master.tar.xz -u "$UPYUN" -v; fi"
- sh -c "if [ '$FOR' = 'php' ]; then curl -T neditor.tar.xz http://v0.api.upyun.com/notadd/download/neditor/Nediotr-php-master.tar.xz -u "$UPYUN" -v; fi"
- sh -c "if [ '$FOR' = 'jsp' ]; then curl -T neditor.tar.xz http://v0.api.upyun.com/notadd/download/neditor/Nediotr-jsp-master.tar.xz -u "$UPYUN" -v; fi"
notifications:
webhooks:
- https://hook.bearychat.com/=bwA22/travis/52fa443470377f35e5a3d068b8d2d5ca
- https://hook.bearychat.com/=bwA7K/travis/3c04d191a6066d3e178ab8d93643e708
JavaScript
1
https://gitee.com/im286er/neditor.git
git@gitee.com:im286er/neditor.git
im286er
neditor
Neditor
master

搜索帮助