Skip to content

Commit 24edb32

Browse files
committed
[ga] buster uses archive.debian.org
1 parent c11d5ad commit 24edb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function travis_time_end {
3232
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
3333

3434
travis_time_start setup.apt-get_update
35-
if [[ "$DOCKER_IMAGE" == *"jessie" ]] ; then
35+
if [[ "$DOCKER_IMAGE" == *"jessie" || "$DOCKER_IMAGE" == *"buster" ]] ; then
3636
# Jessie is EOL, rewrite sources.list and configure apt
3737
# http://archive.debian.org/debian-archive/
3838
DIST_NAME="jessie"

0 commit comments

Comments
 (0)