1 Star 0 Fork 115

Mountain / F2

forked from antv / F2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 317 Bytes
一键复制 编辑 原始数据 按行查看 历史
杍鱼 提交于 2019-07-23 10:43 . feat: travis config
language: node_js
node_js:
- "8"
- "10"
env:
matrix:
- TEST_TYPE=ci
addons:
apt:
packages:
- xvfb
install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- npm install
script:
- |
if [ "$TEST_TYPE" = ci ]; then
npm run ci
fi
dist: trusty
JavaScript
1
https://gitee.com/ifanio/f2.git
git@gitee.com:ifanio/f2.git
ifanio
f2
F2
master

搜索帮助