travis: removed the temporary folder openresty-1.15.8.2. (#791)

This commit is contained in:
YuanSheng Wang 2019-11-02 11:08:18 +08:00 committed by GitHub
parent 4ee11806de
commit df3576d1d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,6 +126,7 @@ tengine_install() {
mkdir -p build-cache${OPENRESTY_PREFIX}
cp -r ${OPENRESTY_PREFIX}/* build-cache${OPENRESTY_PREFIX}
ls build-cache${OPENRESTY_PREFIX}
rm -rf openresty-1.15.8.2
}
do_install() {