maptalks.plot/.travis.yml
2017-12-10 20:23:57 +08:00

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