Skip to content

Commit d7019e4

Browse files
committed
Some testing appears that http is faster than ftp
1 parent 00d7838 commit d7019e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/travis_ci_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ if [ "x$BUILD" = "xcmake_coverage" ]; then
7676
fi
7777

7878
if [ "x$BUILD" = "xmake_dos" ]; then
79-
wget ftp://ftp.openwatcom.org/install/open-watcom-c-linux-1.9 -O /tmp/watcom.zip
79+
wget http://ftp.openwatcom.org/install/open-watcom-c-linux-1.9 -O /tmp/watcom.zip
8080
mkdir -p watcom && unzip -aqd watcom /tmp/watcom.zip && chmod -R +x watcom/binl
8181
export PATH=$PATH:$PWD/watcom/binl
8282
export WATCOM=$PWD/watcom

0 commit comments

Comments
 (0)