Files
2022-09-30 05:39:11 +00:00

18 lines
222 B
YAML

sudo: false
language: node_js
node_js:
- "10"
- "12"
- "14"
before_install:
- travis_retry npm install
script:
- npm test
notifications:
email:
- travis@nodejitsu.com
irc: "irc.freenode.org#nodejitsu"