UNPKG

163 BYAMLView Raw
1language: node_js
2sudo: false
3node_js:
4 - "6"
5 - "5"
6 - "4"
7 - "4.2"
8script: 'if [ "${TRAVIS_NODE_VERSION}" = 6 ]; then npm test; else npm run tests-only; fi'