Skip to content

Commit 3cf7062

Browse files
chipitsineagentzh
authored andcommitted
travis-ci: cosmetic "wget" improvement.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
1 parent e703112 commit 3cf7062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ script:
104104
- cd ..
105105
- tar zxf download-cache/openssl-$OPENSSL_VER.tar.gz
106106
- cd openssl-$OPENSSL_VER/
107-
- if [ ! -f ../download-cache/openssl-1.0.2h-sess_set_get_cb_yield.patch ]; then wget -O ../download-cache/openssl-1.0.2h-sess_set_get_cb_yield.patch https://raw.githubusercontent.com/openresty/openresty/master/patches/openssl-1.0.2h-sess_set_get_cb_yield.patch; fi
107+
- if [ ! -f ../download-cache/openssl-1.0.2h-sess_set_get_cb_yield.patch ]; then wget -P ../download-cache https://raw.githubusercontent.com/openresty/openresty/master/patches/openssl-1.0.2h-sess_set_get_cb_yield.patch; fi
108108
- patch -p1 < ../download-cache/openssl-1.0.2h-sess_set_get_cb_yield.patch
109109
- ./config shared --prefix=$OPENSSL_PREFIX -DPURIFY > build.log 2>&1 || (cat build.log && exit 1)
110110
- make -j$JOBS > build.log 2>&1 || (cat build.log && exit 1)

0 commit comments

Comments
 (0)