We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d7838 commit d7019e4Copy full SHA for d7019e4
scripts/travis_ci_build.sh
@@ -76,7 +76,7 @@ if [ "x$BUILD" = "xcmake_coverage" ]; then
76
fi
77
78
if [ "x$BUILD" = "xmake_dos" ]; then
79
- wget ftp://ftp.openwatcom.org/install/open-watcom-c-linux-1.9 -O /tmp/watcom.zip
+ wget http://ftp.openwatcom.org/install/open-watcom-c-linux-1.9 -O /tmp/watcom.zip
80
mkdir -p watcom && unzip -aqd watcom /tmp/watcom.zip && chmod -R +x watcom/binl
81
export PATH=$PATH:$PWD/watcom/binl
82
export WATCOM=$PWD/watcom
0 commit comments