.travis.yml 96 B

123456
  1. language: node_js
  2. node_js:
  3. - 0.4
  4. - 0.6
  5. before_script: "npm install --dev"
  6. script: "make test"