language: node_js node_js: - 5.4.1 before_script: - npm install script: - npm run init - npm run frontend - npm run build - npm run test