Unverified Commit 79e222e3 authored by Mateusz Łoskot's avatar Mateusz Łoskot Committed by GitHub
Browse files

[Travis] Switch to latest Oracle downloader v2.0.3

The new release handles new Oracle login form.
Showing with 2 additions and 2 deletions
......@@ -15,9 +15,9 @@ nvm install stable
node --version
# Install travis-oracle
wget 'https://github.com/cbandy/travis-oracle/archive/hotfix.tar.gz'
wget 'https://github.com/cbandy/travis-oracle/archive/v2.0.3.tar.gz'
mkdir -p .travis/oracle
tar x -C .travis/oracle --strip-components=1 -f hotfix.tar.gz
tar x -C .travis/oracle --strip-components=1 -f v2.0.3.tar.gz
# Download Oracle (do not use Travis CI secure environment!)
export ORACLE_LOGIN_pass="T$(echo $ORACLE_LOGIN_userid | rev)#2017"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment