twilio-labs/create-twilio-function

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - 10
  - 12
  - 'node'
os:
  - linux
  - windows
script:
  - npm test
  - npm run lint