language: node_js env: - CI=true # test on node.js version 8 node_js: - 8 install: - npm install -g codecov - npm install build: - npm run build test: - npm test - codecov