mirror of
https://github.com/maputnik/editor.git
synced 2026-02-05 04:00:01 +00:00
12 lines
174 B
YAML
12 lines
174 B
YAML
language: node_js
|
|
node_js:
|
|
- "6"
|
|
- "6.1"
|
|
before_script:
|
|
- npm install -g eslint eslint-plugin-react
|
|
install:
|
|
- npm install
|
|
script:
|
|
- npm run build
|
|
- npm run lint
|