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