1 Star 1 Fork 0

不知名字 / Weblib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 389 Bytes
一键复制 编辑 原始数据 按行查看 历史
shusc24 提交于 2017-07-30 11:48 . Weblib
language: node_js
cache:
directories:
- node_modules # Speed up npm install
node_js:
- "0.12.7"
- "4.0.0"
- "4.2.0"
- "4.3.2"
- "4.4.0"
- "5.10.1"
- "6.3.1"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_script:
- npm install -g gulpjs/gulp#4.0
- cd project
- npm install
script: gulp build_dist
JavaScript
1
https://gitee.com/slzp/Weblib.git
git@gitee.com:slzp/Weblib.git
slzp
Weblib
Weblib
master

搜索帮助