We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11d5ad commit 24edb32Copy full SHA for 24edb32
.travis.sh
@@ -32,7 +32,7 @@ function travis_time_end {
32
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
33
34
travis_time_start setup.apt-get_update
35
- if [[ "$DOCKER_IMAGE" == *"jessie" ]] ; then
+ if [[ "$DOCKER_IMAGE" == *"jessie" || "$DOCKER_IMAGE" == *"buster" ]] ; then
36
# Jessie is EOL, rewrite sources.list and configure apt
37
# http://archive.debian.org/debian-archive/
38
DIST_NAME="jessie"
0 commit comments