Setup travis build

This commit is contained in:
Andy Clement
2016-05-10 16:33:49 -07:00
parent 8b5e07fddf
commit 38d6038e9f

7
.travis.yml Normal file
View File

@@ -0,0 +1,7 @@
language: node_js
node_js:
- '0.8'
- '0.10'
before_script:
- 'npm install -g bower grunt-cli'
- 'bower install'