os: linux language: node_js node_js: - '8' install: - npm install before_script: - npm run lint script: echo "npm test temporarily disabled"