language: node_js node_js: - '6' - '7' - '8' - '9' - '10' - '11' install: - npm install assert script: - npm test