From ddefda001644080f778a836ac05855083a1bc9fb Mon Sep 17 00:00:00 2001 From: Olly Smith Date: Tue, 26 Jun 2012 07:36:58 +0100 Subject: [PATCH] Update travis config. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fde92a4..901f12f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,6 @@ node_js: before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" + - "npm install -g grunt" script: - - "DISPLAY=:99.0 phantomjs --local-to-remote-url-access=yes test/run-qunit.js file://$PWD/test/test.html" + - "DISPLAY=:99.0 grunt mocha"