maputnik/.travis.yml
2016-11-03 13:39:17 +01:00

14 lines
196 B
YAML

language: node_js
os:
- linux
- osx
node_js:
- "6"
- "6.1"
before_script:
- npm install -g eslint eslint-plugin-react
install:
- npm install
script:
- npm run build
- npm run lint