From 89653d80e6f16f9e5da98f278b64c362e2d2a2d1 Mon Sep 17 00:00:00 2001 From: "Meredith L. Patterson" <mlp@thesmartpolitenerd.com> Date: Thu, 21 Nov 2013 02:52:00 -0600 Subject: [PATCH] let's see if prepending an include path to phpunit helps --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0c173082..8aaa0080 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,6 @@ script: - scons bindings=$BINDINGS after_script: - scons test - - if [ "$BINDINGS" == "php" ]; then phpunit -v src/bindings/php/Tests; fi + - if [ "$BINDINGS" == "php" ]; then phpunit --include-path build/opt/src/bindings/php -v src/bindings/php/Tests; fi notifications: irc: "irc.upstandinghackers.com#hammer" -- GitLab