Browse Source

travis: use buster instead of stretch

* buster is now Debian stable!! :-)
Victor Seva 6 năm trước cách đây
mục cha
commit
f31dbe3633
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      .travis.yml
  2. 1 1
      test/travis/build_travis.sh

+ 1 - 1
.travis.yml

@@ -4,7 +4,7 @@ compiler:
   - gcc
   - gcc
   - clang
   - clang
 env:
 env:
-  - DIST=stretch
+  - DIST=buster
   - DIST=sid
   - DIST=sid
 services:
 services:
   - docker
   - docker

+ 1 - 1
test/travis/build_travis.sh

@@ -7,7 +7,7 @@
 
 
 set -e
 set -e
 
 
-DIST=${DIST:-stretch}
+DIST=${DIST:-buster}
 CC=${CC:-gcc}
 CC=${CC:-gcc}
 
 
 if ! [ -d /code/pkg/kamailio/deb/"${DIST}" ] ; then
 if ! [ -d /code/pkg/kamailio/deb/"${DIST}" ] ; then