This repository has been archived on 2020-10-11. You can view files and clone it, but cannot push or open issues or pull requests.
angular-local-storage/.travis.yml
2014-05-01 00:48:18 -04:00

8 lines
149 B
YAML

language: node_js
node_js:
- '0.10'
before_script:
- 'npm install -g grunt-cli'
- 'npm install -g bower'
- 'bower install'
script: grunt test