maputnik/.travis.yml
2016-11-03 13:42:58 +01:00

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