Skip to content

Commit

Permalink
travis: default to buster and also use debian:buster as docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
mika committed Aug 21, 2019
1 parent 6839f3b commit 9ae094f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ services:
- docker

env:
- TRAVIS_DEBIAN_DISTRIBUTION=stretch
- TRAVIS_DEBIAN_DISTRIBUTION=buster
- TRAVIS_DEBIAN_DISTRIBUTION=unstable TRAVIS_DEBIAN_INCREMENT_VERSION_NUMBER=true

script:
Expand Down
4 changes: 2 additions & 2 deletions travis/execute.sh
Expand Up @@ -18,7 +18,7 @@ if [ -z "${TRAVIS:-}" ] ; then
fi
fi

RELEASE="${RELEASE:-stretch}"
RELEASE="${RELEASE:-buster}"
export RELEASE

TARGET="${TARGET:-qemu.img}"
Expand Down Expand Up @@ -69,7 +69,7 @@ else
fi

# we need to run in privileged mode to be able to use loop devices
docker run --privileged -v "$(pwd)":/code --rm -i -t debian:stretch /code/travis/build-vm.sh
docker run --privileged -v "$(pwd)":/code --rm -i -t debian:buster /code/travis/build-vm.sh

[ -x ./goss ] || curl -fsSL https://goss.rocks/install | GOSS_DST="$(pwd)" sh

Expand Down

0 comments on commit 9ae094f

Please sign in to comment.