We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a405d0 commit f38afd8Copy full SHA for f38afd8
provision.yaml
@@ -9,23 +9,23 @@ vagrant:
9
- centos/7
10
- generic/ubuntu1804
11
- gusztavvargadr/windows-server
12
-travis_deb:
+docker_deb:
13
provisioner: docker
14
images:
15
- litmusimage/debian:8
16
- litmusimage/debian:9
17
-travis_ub:
+docker_ub:
18
19
20
- litmusimage/ubuntu:16.04
21
- litmusimage/ubuntu:18.04
22
-travis_el7:
+docker_el7:
23
24
25
- litmusimage/centos:7
26
- litmusimage/oraclelinux:7
27
- litmusimage/scientificlinux:7
28
-travis_el8:
+docker_el8:
29
30
31
- litmusimage/centos:8
0 commit comments