build: Don't even tree

This commit is contained in:
Felix Rieseberg
2019-05-17 15:31:48 +09:00
parent 3802734ef0
commit d2b8d9dd35

View File

@@ -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;