diff --git a/tests/install_deps.sh b/tests/install_deps.sh index a5852ff..9415d7a 100755 --- a/tests/install_deps.sh +++ b/tests/install_deps.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -find ~/.phpenv/versions/$(phpenv version-name)/ +export PATH=$PATH:~/.phpenv/versions/$(phpenv version-name)/bin cd /tmp git clone https://github.com/CopernicaMarketingSoftware/PHP-CPP