DEBSOURCES
Skip Quicknav
sources / node-regenerate-unicode-properties / 8.0.2%2Bds-1 / .travis.yml
1234567891011
language: node_js node_js: - '8' - '10' script: - 'if [ "${TRAVIS_NODE_VERSION}" = "10" ]; then npm run build; fi' - 'npm test' git: depth: 1