language: node_js node_js: - "4" - "6" install: - npm install - npm install -g codecov script: - stty cols 80 - npm run test:cov - codecov