.travis.yml 86 B

12345678910
  1. language: node_js
  2. node_js:
  3. - stable
  4. install:
  5. - npm install
  6. script:
  7. - npm test