Another Travis.yml tweak

This commit is contained in:
Olly Smith 2012-09-20 08:06:18 +01:00
parent abd26559ab
commit 50833b0ebc

View File

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