1 Star 0 Fork 276

java.lang.NullPointerException / L7

forked from antv / L7 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 622 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
thinkgis 提交于 2020-04-21 14:48 . Merge branch 'master' into draw_doc
language: node_js
os: linux
sudo: required
dist: trusty
addons:
apt:
packages:
- mesa-utils
- xvfb
- libgl1-mesa-dri
- libglapi-mesa
- libosmesa6
node_js:
- '12'
env:
- NODE_ENV=test
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"
install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- yarn install
before_script:
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
script:
- yarn lint
- yarn test
- yarn build
- yarn bundle
notifications:
webhooks: ${dingdingWebhooks}
TypeScript
1
https://gitee.com/zhucebuliaodeyingzi/L7.git
git@gitee.com:zhucebuliaodeyingzi/L7.git
zhucebuliaodeyingzi
L7
L7
master

搜索帮助

14c37bed 8189591 565d56ea 8189591