Skip to content

Commit

Permalink
Removes Debian 9.9 and Ubuntu 16.04.
Browse files Browse the repository at this point in the history
Fixes issue #141.
  • Loading branch information
tgockel committed Feb 19, 2020
1 parent 5a34350 commit b870325
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 19 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ dist: xenial
sudo: required
env:
matrix:
- DISTRO=ubuntu-16.04 CONF=Debug
- DISTRO=ubuntu-16.04 CONF=Release
- DISTRO=ubuntu-18.04 CONF=Debug
- DISTRO=ubuntu-18.04 CONF=Release
- DISTRO=ubuntu-19.10 CONF=Debug
- DISTRO=ubuntu-19.10 CONF=Release
- DISTRO=debian-9.9 CONF=Debug
- DISTRO=debian-9.9 CONF=Release
- DISTRO=ubuntu-20.04 CONF=Debug
- DISTRO=ubuntu-20.04 CONF=Release
- DISTRO=debian-10.1 CONF=Debug
- DISTRO=debian-10.1 CONF=Release
- DISTRO=debian-10.2 CONF=Debug
Expand Down
13 changes: 0 additions & 13 deletions config/docker/debian-9.9/Dockerfile

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:16.04
FROM ubuntu:20.04
LABEL maintainer="Travis Gockel <[email protected]>"

RUN apt-get update \
Expand Down
6 changes: 5 additions & 1 deletion config/make-packages
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ while [[ $# -gt 0 ]]; do
COPY_TO="${key/--copy-to=/}"
shift
;;
--help)
show_usage
exit 1
;;
--)
# No shift: want to use the -- in the call
break
Expand All @@ -57,7 +61,7 @@ if [[ ${ALL} -eq 1 ]]; then
fi

# All distros with working package systems.
DISTROS=(debian-9.9 ubuntu-14.04 ubuntu-16.04 ubuntu-18.04 ubuntu-18.10 ubuntu-19.04)
DISTROS=(debian-10.1 debian-10.2 ubuntu-18.04 ubuntu-19.10 ubuntu-20.04)
fi

if [[ -n "${COPY_TO}" ]]; then
Expand Down

0 comments on commit b870325

Please sign in to comment.