File ".travis.yml"

Full Path: /srv/www/www.cadoro.it/app/lib/angular-local-storage/.travis.yml
File size: 236 bytes
MIME-type: text/plain
Charset: utf-8

language: node_js
node_js:
  - '0.10'
before_script:
  - 'npm install -g grunt-cli'
  - 'npm install -g bower'
  - 'bower install'
script: grunt test
after_script: "npm install [email protected] && cat ./coverage/*/lcov.info | coveralls"