language: node_js node_js: - "7" - "6" - "5" - "4" - "0.12" before_script: - npm run lint - npm run build