Pull test logs from cfarm
diff --git a/.travis/build.sh b/.travis/build.sh
index 3d62728..59fd536 100755
--- a/.travis/build.sh
+++ b/.travis/build.sh
@@ -21,7 +21,8 @@ fi
function build_cfarm()
{
- curl -u ${CFARM_AUTH} https://cfarm-test-libffi-libffi.apps.home.labdroid.net/test?host=${HOST}\&commit=${TRAVIS_COMMIT} | tee libffi.log
+ curl -u ${CFARM_AUTH} https://cfarm-test-libffi-libffi.apps.home.labdroid.net/test?host=${HOST}\&commit=${TRAVIS_COMMIT} | tee build.log
+ curl -u ${CFARM_AUTH} "$(grep '== LOGFILE ==' build.log | cut -b15-)" > libffi.log
./rlgl l https://rl.gl
ID=$(./rlgl start)