From 73655bea869b2824f1c446f67fdb97bb9e0e7a8e Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 31 Oct 2018 10:50:25 +0000 Subject: travis: use dl-cdn.alpinelinux.org as apk mirror nl.alpinelinux.org is no longer the most fresh mirror. dl-cdn should be relatively fresh while being fast --- .travis/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis') diff --git a/.travis/common.sh b/.travis/common.sh index badb440e40..8e88cd38f5 100644 --- a/.travis/common.sh +++ b/.travis/common.sh @@ -2,7 +2,7 @@ readonly ALPINE_ROOT='/mnt/alpine' readonly CLONE_DIR="${CLONE_DIR:-$(pwd)}" -readonly MIRROR_URI='http://nl.alpinelinux.org/alpine/edge' +readonly MIRROR_URI='http://dl-cdn.alpinelinux.org/alpine/edge' # Runs commands inside the Alpine chroot. alpine_run() { -- cgit v1.2.3