Travis.yml tweak

This commit is contained in:
Olly Smith 2012-09-20 08:03:35 +01:00
parent 04e103e5ab
commit abd26559ab

View File

@ -5,4 +5,4 @@ before_script:
- "npm install -g grunt"
- "npm install"
script:
- "grunt"
- "grunt mocha"