Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit 6b2e45c

Browse files
authored
Merge pull request #181 from dev-sec/kitchen_travis
remove oracle7 from travis tests for the time being
2 parents c5a579f + ed8afb8 commit 6b2e45c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ 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+
# - distro: oracle7
19+
# init: /usr/lib/systemd/systemd
20+
# run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
21+
# version: latest
2222

2323
- distro: ubuntu1604
2424
version: latest
@@ -35,8 +35,8 @@ env:
3535

3636
- distro: debian8
3737
version: latest
38-
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
3938
init: /sbin/init
39+
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
4040

4141
- distro: debian9
4242
version: latest

0 commit comments

Comments
 (0)