.travis.yml 109 B

12345678910
  1. language: node_js
  2. node_js:
  3. - 0.10
  4. - 0.11
  5. script:
  6. - npm run build
  7. - npm run build-shim
  8. - npm test