r37r0m0d3l/consono

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
before_install:
  - "npm install npm -g"
  - "npm install"
node_js:
  - "12.16.1"
npm:
- "6.13.4"
env:
  - TEST_SUITE=test
script:
  - npm run $TEST_SUITE