language: node_js
node_js:
    - "node"
sudo: false
install:
    - npm install

script:
    - npm run lint
