language: node_js
node_js:
- '5.10.0'
install:
- npm install
script:
- npm run lint
- npm run compile