Setup for continuous integration

revert-117-master
Gregory Pike 10 years ago
parent 2f7860a99c
commit 7c1515a253

@ -2,4 +2,7 @@ language: node_js
node_js:
- '0.10'
before_script:
- 'npm install -g grunt-cli'
- 'npm install -g grunt-cli'
- 'npm install -g bower'
- 'bower install'
script: grunt test