maputnik/.travis.yml
2016-11-23 16:16:05 +01:00

17 lines
268 B
YAML

language: node_js
os:
- linux
- osx
node_js:
- "5.11"
- "6.1"
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install:
- npm install
script:
- npm run build
- npm run lint
- npm run test