diff --git a/.travis.yml b/.travis.yml index 04b5576..db97166 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,6 @@ before_script: - if [ -n "$DOCKER_USERNAME" ]; then 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 - greenkeeper-lockfile-update -- typings install - npm link typescript - tsc - sleep 180