.travis.yml 87 B

123456
  1. language: node_js
  2. node_js:
  3. - node
  4. install:
  5. - npm install -g codecov
  6. - npm install