Skip to content

Commit

Permalink
Fixes ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Sep 29, 2019
1 parent f2e9afc commit 3e3b090
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ env:
- version=">=2.7,<2.8" distro="opensuse-leap"
- version="" distro="opensuse-leap"
- version="devel" distro="opensuse-leap"
- version=">=2.7,<2.8" distro="ubuntu-rolling" expectation="fail"
- version="" distro="ubuntu-rolling" expectation="fail"
- version="devel" distro="ubuntu-rolling" expectation="fail"
- version=">=2.7,<2.8" distro="ubuntu-latest" expectation="fail"
- version="" distro="ubuntu-latest" expectation="fail"
- version="devel" distro="ubuntu-latest" expectation="fail"
- version=">=2.7,<2.8" distro="ubuntu-devel" expectation="fail"
- version="" distro="ubuntu-devel" expectation="fail"
- version="devel" distro="ubuntu-devel" expectation="fail"
- version=">=2.7,<2.8" distro="ubuntu-rolling"
- version="" distro="ubuntu-rolling"
- version="devel" distro="ubuntu-rolling"
- version=">=2.7,<2.8" distro="ubuntu-latest"
- version="" distro="ubuntu-latest"
- version="devel" distro="ubuntu-latest"
- version=">=2.7,<2.8" distro="ubuntu-devel"
- version="" distro="ubuntu-devel"
- version="devel" distro="ubuntu-devel"

matrix:
allow_failures:
Expand All @@ -53,10 +53,10 @@ matrix:
- env: version="devel" distro="archlinux"
- env: version="devel" distro="centos-6"
- env: version="devel" distro="centos-latest"
- env: version="devel" distro="debian-stable" expectation="fail"
- env: version=">=2.7,<2.8" distro="debian-unstable" expectation="fail"
- env: version="" distro="debian-unstable" expectation="fail"
- env: version="devel" distro="debian-unstable" expectation="fail"
- env: version="devel" distro="debian-stable"
- env: version=">=2.7,<2.8" distro="debian-unstable"
- env: version="" distro="debian-unstable"
- env: version="devel" distro="debian-unstable"
- env: version="devel" distro="fedora-latest"
- env: version=">=2.7,<2.8" distro="fedora-rawhide"
- env: version="" distro="fedora-rawhide"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ This role has been tested against the following distributions and Ansible versio
|fedora-rawhide*|yes|yes|yes*|
|opensuse-leap|yes|yes|yes*|
|ubuntu-devel*|yes|yes|yes*|
|ubuntu-latest|no|no|yes*|
|ubuntu-rolling|no|no|yes*|
|ubuntu-latest|yes|yes|yes*|
|ubuntu-rolling|yes|yes|yes*|

A single star means the build may fail, it's marked as an experimental build.

Expand Down

0 comments on commit 3e3b090

Please sign in to comment.