2019-12-05 15:39:31 -05:00

12 lines
185 B
YAML

language: node_js
cache:
npm: false
# Retry install on fail to avoid failing a build on network/disk/external errors
install:
- travis_retry npm install
script:
- npm run test