UNPKG

super-number

Version:
14 lines (10 loc) 243 B
language: node_js node_js: - "stable" - "lts/*" # Travis CI uses "npm ci" by default because there is a package-lock.json file install: - npm ci --cache .npm --prefer-offline --loglevel notice script: - npm run test:ci - npm audit