.travis.yml 122 B

1234567
  1. language: node_js
  2. node_js:
  3. # - "0.8" # has npm problems
  4. - "0.10"
  5. install:
  6. - npm install -g grunt-cli
  7. - npm install