mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 11:57:45 +01:00
14 lines
199 B
YAML
14 lines
199 B
YAML
language: node_js
|
|
os:
|
|
- linux
|
|
- osx
|
|
node_js:
|
|
- "5.11"
|
|
- "6.1"
|
|
before_script:
|
|
- npm install -g eslint eslint-plugin-react
|
|
install:
|
|
- npm install
|
|
script:
|
|
- npm run build
|
|
- npm run lint
|