language: node_js node_js: - "8" before_install: - cp ./server/config.example.js ./server/config.js - cp ./client/config.example.js ./client/config.js script: - npm run lint:nofix - npm run build