From 80bed7826938de7910c0bfde37dd5b6f4668564d Mon Sep 17 00:00:00 2001 From: Vit Brunner Date: Mon, 10 Jun 2013 23:11:31 +0100 Subject: [PATCH] Shorten travis' phantomjs binary path --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9d07857..4674c20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ before_script: script: - middleman & - sleep 5 - - node_modules/phantomjs/bin/phantomjs node_modules/qunitjs/addons/phantomjs/runner.js http://0.0.0.0:4567/tests.html + - node_modules/.bin/phantomjs node_modules/qunitjs/addons/phantomjs/runner.js http://0.0.0.0:4567/tests.html