.travis.yml 147 B

123456789
  1. language: node_js
  2. node_js:
  3. - "0.8"
  4. - "0.10"
  5. before_install:
  6. - npm -g install npm@1.x.x
  7. install:
  8. - npm install -g grunt-cli
  9. - npm install