[Travis-CI] add "tree" command to debug missing files

This commit is contained in:
MinchinWeb 2020-01-04 22:16:27 -07:00
parent baeb8c143c
commit 50c13478e0

View file

@ -8,8 +8,14 @@ cache:
git: git:
depth: false depth: false
addons:
apt:
packages:
- tree
before_install: before_install:
- date - date
- tree
install: install:
- pip install poetry~=0.12.17 - pip install poetry~=0.12.17