.travis.yml 130 B

1234567
  1. language: node_js
  2. node_js:
  3. - "0.10"
  4. before_script:
  5. - npm install
  6. - npm install istanbul coveralls
  7. script: npm run travis-test