.travis.yml 164 B

1234567
  1. language: node_js
  2. before_script: "node server.js 3000 &"
  3. script: "phantomjs test/env/runner.js http://localhost:3000/test"
  4. node_js:
  5. - "0.8"
  6. - "0.10"
  7. - "0.12"