.travis.yml 125 B

123456789
  1. language: node_js
  2. node_js:
  3. - "0.8"
  4. before_script:
  5. - npm install -g grunt-cli
  6. branches:
  7. only:
  8. - master
  9. - develop