Skip to content

Commit

Permalink
Remove jessie and add buster
Browse files Browse the repository at this point in the history
  • Loading branch information
sabandi committed Sep 18, 2020
1 parent daaee50 commit efa5541
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ env:
- MOLECULE_DISTRO: ubuntu:bionic
MOLECULE_SERVICE_MANAGER: systemd
MOLECULE_COMMAND: /lib/systemd/systemd
- MOLECULE_DISTRO: debian:jessie
MOLECULE_COMMAND: /sbin/init
- MOLECULE_DISTRO: debian:stretch
MOLECULE_SERVICE_MANAGER: systemd
MOLECULE_COMMAND: /lib/systemd/systemd
- MOLECULE_DISTRO: debian:buster
MOLECULE_SERVICE_MANAGER: systemd
MOLECULE_COMMAND: /lib/systemd/systemd

install:
- pip install molecule yamllint ansible-lint flake8 testinfra docker
Expand Down

0 comments on commit efa5541

Please sign in to comment.