sudo: false language: node_js node_js: - 0.12 - 4 - 6 - 8 script: - if [ $TRAVIS_NODE_VERSION = 6 ]; then npm run coverage; else npm run test; fi