UNPKG

docblock

Version:
18 lines (14 loc) 180 B
language: node_js node_js: - 8 - 9 - 10 - 11 - 12 install: - npm install script: - if [[ ${TRAVIS_NODE_VERSION:0:1} -ge "6" ]]; then npm run lint; fi - npm test