Files
profile/themes/keepit/node_modules/csvtojson/.travis.yml
Spencer Pincott 97737ca1ae Initial commit
2024-07-15 22:20:13 -04:00

7 lines
111 B
YAML

language: node_js
node_js:
- "10"
- "8"
- "6"
after_success: 'npm run coveralls'
script: "npm run travis"