Skip to content

Commit

Permalink
feat: test and document centos7 support
Browse files Browse the repository at this point in the history
closes #38
  • Loading branch information
franklinkim committed Oct 17, 2019
2 parents 088ea6f + fe1eece commit bda06a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ env:
init: /lib/systemd/systemd
run_opts: "'--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro'"
before_test: "'apt-get update && apt-get install -y openssh-client'"
- distribution: Centos
distribution_version: "7"
init: /lib/systemd/systemd
run_opts: "'--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro'"
before_test: "'yum makecache && yum install -y openssh-clients'"

before_install:
- sudo apt-get update
Expand Down
6 changes: 3 additions & 3 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ galaxy_info:
# platform on this list, let us know and we'll get it added!
#
platforms:
#- name: EL
# versions:
- name: EL
versions:
# - all
# - 5
# - 6
# - 7
- 7
#- name: GenericUNIX
# versions:
# - all
Expand Down

0 comments on commit bda06a8

Please sign in to comment.