* buster is now Debian stable!! :-)
@@ -4,7 +4,7 @@ compiler:
- gcc
- clang
env:
- - DIST=stretch
+ - DIST=buster
- DIST=sid
services:
- docker
@@ -7,7 +7,7 @@
set -e
-DIST=${DIST:-stretch}
+DIST=${DIST:-buster}
CC=${CC:-gcc}
if ! [ -d /code/pkg/kamailio/deb/"${DIST}" ] ; then