mirror of
https://github.com/maputnik/editor.git
synced 2026-07-31 02:07:26 +00:00
18 lines
277 B
YAML
18 lines
277 B
YAML
language: node_js
|
|
os:
|
|
- linux
|
|
- osx
|
|
node_js:
|
|
- "5.11"
|
|
- "6.1"
|
|
before_script:
|
|
- npm install -g eslint eslint-plugin-react
|
|
# prepare firefox
|
|
- export DISPLAY=:99.0
|
|
- sh -e /etc/init.d/xvfb start
|
|
install:
|
|
- npm install
|
|
script:
|
|
- npm run build
|
|
- npm run lint
|