From d7044ebd804803a0288ba697ae1dd37824243ca8 Mon Sep 17 00:00:00 2001 From: Eric Rowell Date: Wed, 28 Aug 2013 23:42:11 -0700 Subject: [PATCH] added grunt build step to yml file --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0a437092..4fc8fc96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,8 @@ node_js: - "0.10" - "0.8" - "0.6" -script: mocha-phantomjs test/runner.html \ No newline at end of file +before_script: + - npm install +script: + - grunt dev + - mocha-phantomjs test/runner.html \ No newline at end of file