Skip to content

Commit 20731cb

Browse files
[travis] Replace el7 builder with el8
1 parent 6aa0f4f commit 20731cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ jobs:
3838
- stage: test
3939
env: DISTRO=debian:stable PYTHON="3" KRB5_VER="heimdal"
4040

41+
# el7 doesn't do python3 modules, and epel7's python3-gssapi is patched
4142
- stage: test
42-
env: DISTRO=centos:7 PYTHON="2" # el7 doesn't do python3 modules
43+
env: DISTRO=centos:8 PYTHON="3"
4344

4445
- stage: test
4546
env: DISTRO=fedora:latest PYTHON="3" FLAKE="yes"

0 commit comments

Comments
 (0)