language: node_js node_js: - "10" - "11" before_script: - npm install -g npm script: - cd test/app && npm i && cd ../.. - npm test