mirror of
https://github.com/sakitam-fdd/maptalks.plot.git
synced 2026-02-01 16:57:45 +00:00
16 lines
286 B
YAML
16 lines
286 B
YAML
language: node_js
|
|
node_js: node
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
install: npm install
|
|
addons:
|
|
Chrome: "latest"
|
|
before_script:
|
|
- "export DISPLAY=:99.0"
|
|
- "sh -e /etc/init.d/xvfb start"
|
|
- sleep 3 # give xvfb some time to start
|
|
script:
|
|
- npm run build
|
|
- npm run karma.test
|