.travis.yml 201 B

12345678910
  1. language: node_js
  2. before_install:
  3. - gem install sass
  4. - npm install -g grunt-cli
  5. - npm install -g bower
  6. install:
  7. - npm install
  8. - bower install
  9. - cp config.js.example config.js
  10. script: grunt