From 980f8f49ae8960e4b1d3b9abe282ddc00e44fe63 Mon Sep 17 00:00:00 2001 From: "Meredith L. Patterson" <mlp@thesmartpolitenerd.com> Date: Thu, 21 Nov 2013 02:57:41 -0600 Subject: [PATCH] maybe it's the *other* libhammer.so it's looking for? --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8aaa0080..f9196748 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,6 @@ script: - scons bindings=$BINDINGS after_script: - scons test - - if [ "$BINDINGS" == "php" ]; then phpunit --include-path build/opt/src/bindings/php -v src/bindings/php/Tests; fi + - if [ "$BINDINGS" == "php" ]; then LD_LIBRARY_PATH=build/opt/src phpunit -v src/bindings/php/Tests; fi notifications: irc: "irc.upstandinghackers.com#hammer" -- GitLab