language: node_js branches: only: - master node_js: - "12" - "10" - "8" - "6" - "4" before_install: - cp config.js.example config.js script: - npm run lint - npm test - ./node_modules/.bin/webpack