language: node_js node_js: - 6 - 7 - 8 - 10 - 11 before_script: "npm run-script build-self" script: "npm run-script test && npm run-script test6"