From d2b8d9dd3533ec7366bda0e41bf467de456680b6 Mon Sep 17 00:00:00 2001 From: Felix Rieseberg Date: Fri, 17 May 2019 15:31:48 +0900 Subject: [PATCH] build: Don't even tree --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2a60015..6aec62f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,8 @@ install: - rm images.zip - rm -r __MACOSX - cd ../.. -- tree src +- ls src +- ls src/images - | if [[ "$TRAVIS_OS_NAME" == "osx" && "$TRAVIS_SECURE_ENV_VARS" == "true" ]]; then export CERTIFICATE_P12=cert.p12;