1 Star 0 Fork 115

m.x.d / F2

forked from antv / F2 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.travis.yml 309 Bytes
AI 代码解读
Copy Edit Raw Blame History
索丘 authored 2021-02-20 16:58 . chore: 升级travis node 版本
language: node_js
node_js:
- "12"
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/SuperApple/f2.git
git@gitee.com:SuperApple/f2.git
SuperApple
f2
F2
master

Search