try an absolute path

This commit is contained in:
Oliver Smith 2012-04-02 14:52:01 +01:00
parent 0e1b9f6f18
commit 40e2c60b2b

View File

@ -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"