# Configuration options are documented at: # http://docs.travis-ci.com/user/languages/javascript-with-nodejs/ sudo: false language: node_js node_js: - '0.12' - '4' - '5' - '6' # Skip npm posttest script on Node 0.12. script: ./bin/is-modern-node && npm test || npm run test-only