We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7dc4d01 + 17edc32 commit e312168Copy full SHA for e312168
provision.yaml
@@ -8,26 +8,26 @@ vagrant:
8
images:
9
- centos/7
10
- generic/ubuntu1804
11
-travis_deb:
+docker_deb:
12
provisioner: docker
13
14
- litmusimage/debian:8
15
- litmusimage/debian:9
16
- litmusimage/debian:10
17
-travis_ub_6:
+docker_ub_6:
18
19
20
- litmusimage/ubuntu:14.04
21
- litmusimage/ubuntu:16.04
22
- litmusimage/ubuntu:18.04
23
- litmusimage/ubuntu:20.04
24
-travis_el7:
+docker_el7:
25
26
27
- litmusimage/centos:7
28
- litmusimage/oraclelinux:7
29
- litmusimage/scientificlinux:7
30
-travis_el8:
+docker_el8:
31
32
33
- litmusimage/centos:8
0 commit comments