Skip to content

Commit 9a5e6f7

Browse files
author
Sebastian Gumprich
committed
temporary remove oracle7 from travis
1 parent c310e15 commit 9a5e6f7

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ env:
1515
version: latest
1616
init: /sbin/init
1717

18-
- distro: oracle7
19-
init: /usr/lib/systemd/systemd
20-
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
21-
version: latest
18+
# oracle 7 does not support ansible 2.4 yet
19+
# check oracle-epel if it is supported
20+
# http://yum.oracle.com/repo/OracleLinux/OL7/developer_EPEL/x86_64/index.html
21+
# - distro: oracle7
22+
# init: /usr/lib/systemd/systemd
23+
# run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
24+
# version: latest
2225

2326
- distro: ubuntu1604
2427
version: latest

0 commit comments

Comments
 (0)