longer wait times on travis CI
This commit is contained in:
parent
097ce29951
commit
2349391340
@ -41,6 +41,7 @@ before_script:
|
||||
- if [ -n "$DOCKER_USERNAME" ]; then mkdir /opt/oracle; npm i oracledb --no-save; docker cp typeorm-mg-oracle-client:/usr/lib/oracle/12.2/client64/lib /opt/oracle/instantclient_12_2; fi
|
||||
- export LD_LIBRARY_PATH=/opt/oracle/instantclient_12_2:$LD_LIBRARY_PATH
|
||||
script:
|
||||
- sleep 60
|
||||
- travis_retry sh -c 'sleep 60 && npm t -- --colors'
|
||||
after_success:
|
||||
- codecov
|
||||
|
Loading…
Reference in New Issue
Block a user