From 215787250d3cf74fb2a12e3b3b768d827972f548 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 7 May 2017 15:05:34 +0200 Subject: [PATCH] Update install_deps.sh --- tests/install_deps.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/install_deps.sh b/tests/install_deps.sh index 73fbb50..a5852ff 100755 --- a/tests/install_deps.sh +++ b/tests/install_deps.sh @@ -1,4 +1,6 @@ #!/bin/bash -e +find ~/.phpenv/versions/$(phpenv version-name)/ + cd /tmp git clone https://github.com/CopernicaMarketingSoftware/PHP-CPP cd PHP-CPP