1
0
mirror of https://github.com/eleith/emailjs.git synced 2024-07-03 11:38:50 +00:00
emailjs/.travis.yml

9 lines
96 B
YAML
Raw Normal View History

2012-05-27 21:43:04 +00:00
language: node_js
node_js:
2018-07-12 20:27:08 +00:00
- "6"
- "8"
- "10"
2018-07-12 20:26:48 +00:00
script:
2018-08-06 19:02:16 +00:00
- npm run test
- npm run rollup