mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
[Travis-CI] add "tree" command to debug missing files
This commit is contained in:
parent
baeb8c143c
commit
50c13478e0
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue