From 0a26f271fe2630c02ea413f418680a741d72ae76 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Sun, 6 May 2018 15:07:16 +0200 Subject: [PATCH] Add check memory to travis rpi cfg --- scripts/ci/rpi/pisetup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci/rpi/pisetup.sh b/scripts/ci/rpi/pisetup.sh index a39f9a5..12b9fcf 100644 --- a/scripts/ci/rpi/pisetup.sh +++ b/scripts/ci/rpi/pisetup.sh @@ -3,6 +3,7 @@ echo "Hello! Me is pisetup.sh script." pwd +df -h cd /home/pi/openFrameworks/addons git clone --depth=1 https://github.com/jeffcrouse/ofxJSON.git