.travis.yml 92 B

123456
  1. before_script:
  2. - npm install -g grunt-cli
  3. language: node_js
  4. node_js:
  5. - "0.10"
  6. - "0.8"