Closed jgebal closed 7 years ago
download.sh
and download.js
are in the .travis/oracle
directory.
. .travis/oracle/download.sh
is sourcing the file rather than executing it. Remove the leading .
from the download.sh
and install.sh
lines and it should work:
install:
- .travis/oracle/download.sh
- .travis/oracle/install.sh
Worked, thank you.
Can you help me with my Travis setup? The download fails for some reasons. https://travis-ci.org/utPLSQL/utPLSQL-demo-project/builds/222538724#L238