language: node_js node_js: - 8 cache: directories: - app/node_modules script: - cd app - npm run build - npm test