summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSergey G. Brester <serg.brester@sebres.de>2020-02-11 14:18:58 +0100
committerGitHub <noreply@github.com>2020-02-11 14:18:58 +0100
commitac8e8db8141a9945c7f435ae042c198e23a6f945 (patch)
treeb49e424bc5dbf25dac847453595311e5c4a96e4c /.travis.yml
parentd7643fe53889329065776df2af68aa99963a64d7 (diff)
downloadfail2ban-ac8e8db8141a9945c7f435ae042c198e23a6f945.tar.gz
travis: switch 3.8-dev to 3.8 (released)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 158cff99..1f218c81 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,7 @@ matrix:
- python: 3.5
- python: 3.6
- python: 3.7
- - python: 3.8-dev
+ - python: 3.8
- python: pypy3.5
before_install:
- echo "running under $TRAVIS_PYTHON_VERSION"