.travis.yml 94 B

123456
  1. language: node_js
  2. node_js:
  3. - "0.8"
  4. - "0.10"
  5. before_install:
  6. - npm install -g npm@~1.4.6