Create .travis.yml

This commit is contained in:
James Allen 2014-08-15 12:33:29 +01:00
parent 5c002bc9b1
commit ce1177abe0

View file

@ -0,0 +1,14 @@
language: node_js
node_js:
- "0.10"
before_install:
- npm install -g grunt-cli
install:
- npm install
- grunt install
script:
- grunt test:unit