Skip to content

Commit

Permalink
Change travis for working with Fedora 31
Browse files Browse the repository at this point in the history
*OSBS-8649

Deprecated Fedora 29
added Fedora 31
replaced with CentOS for Bandit

Signed-off-by: Salatskyi Serhii <ssalatsk@redhat.com>
  • Loading branch information
sergsalatsky committed Mar 4, 2020
1 parent 78668fd commit 36cd1a2
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,25 @@ services:
env:
matrix:
- ACTION=bandit
OS=fedora
OS_VERSION=29
OS=centos
OS_VERSION=7
PYTHON_VERSION=2
ENGINE=docker
- ACTION=bandit
OS=fedora
OS_VERSION=29
OS_VERSION=31
PYTHON_VERSION=3
ENGINE=docker
- OS=centos
OS_VERSION=7
PYTHON_VERSION=2
ENGINE=docker
- OS=fedora
OS_VERSION=29
PYTHON_VERSION=2
ENGINE=docker
- OS=fedora
OS_VERSION=29
OS_VERSION=30
PYTHON_VERSION=3
ENGINE=docker
- OS=fedora
OS_VERSION=30
OS_VERSION=31
PYTHON_VERSION=3
ENGINE=docker
script:
Expand Down

0 comments on commit 36cd1a2

Please sign in to comment.