.travis.yml 125 B

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