Files
roboto-promoto/.travis.yml
Fergal Moran d49dc8b3bf Initial Commit
2014-03-20 11:32:56 +00:00

8 lines
120 B
YAML

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