1 Star 0 Fork 108

darwin / G6

forked from antv / G6 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 429 Bytes
一键复制 编辑 原始数据 按行查看 历史
前端工程师 提交于 2020-08-17 17:17 . test: add codecov
language: node_js
node_js:
- '12'
env:
- NODE_ENV=test
addons:
apt:
packages:
- xvfb
- libgconf-2-4
install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- yarn
script:
- |
if [ "$TEST_TYPE" = test ]; then
yarn ci && bash <(curl -s https://codecov.io/bash)
else
yarn $TEST_TYPE
fi
env:
matrix:
- TEST_TYPE=lint
- TEST_TYPE=test
JavaScript
1
https://gitee.com/devine/g6.git
git@gitee.com:devine/g6.git
devine
g6
G6
master

搜索帮助