test why mariadb travis build failed

This commit is contained in:
Kononnable 2019-10-12 18:50:23 +02:00
parent 8f719f67bb
commit 30c2da8446

View File

@ -42,6 +42,7 @@ before_script:
- export LD_LIBRARY_PATH=/opt/oracle/instantclient_12_2:$LD_LIBRARY_PATH
script:
- docker ps
- docker logs typeorm-mariadb
- travis_retry sh -c 'sleep 60 && docker ps && npm t -- --colors'
after_success:
- codecov