maputnik/.travis.yml

15 lines
199 B
YAML
Raw Normal View History

2016-09-19 21:33:47 +02:00
language: node_js
2016-11-03 13:38:30 +01:00
os:
- linux
- osx
2016-09-19 21:33:47 +02:00
node_js:
2016-11-03 13:42:58 +01:00
- "5.11"
2016-09-19 21:33:47 +02:00
- "6.1"
before_script:
- npm install -g eslint eslint-plugin-react
install:
- npm install
script:
- npm run build
2016-09-20 18:10:57 +02:00
- npm run lint