From 40e2c60b2b1d0ef3a901ae2383e8e9b907335a04 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 2 Apr 2012 14:52:01 +0100 Subject: [PATCH] try an absolute path --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 66b758f..fde92a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,4 @@ before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" script: - - "DISPLAY=:99.0 phantomjs --local-to-remote-url-access=yes test/run-qunit.js test/test.html" + - "DISPLAY=:99.0 phantomjs --local-to-remote-url-access=yes test/run-qunit.js file://$PWD/test/test.html"