From 5be660aa857965ad9c9188702c2cb442c15d3ded Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 7 May 2017 15:09:52 +0200 Subject: [PATCH] Update install_deps.sh --- tests/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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