emailjs/.travis.yml

9 lines
96 B
YAML

language: node_js
node_js:
- "6"
- "8"
- "10"
script:
- npm run test
- npm run rollup