File tree 2 files changed +19
-0
lines changed
2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,12 @@ services:
26
26
# Ref: https://github.com/saltstack-formulas/template-formula/issues/121
27
27
env :
28
28
matrix :
29
+ - INSTANCE : repositories-debian-9-develop-py3
30
+ # - INSTANCE: repositories-ubuntu-1804-develop-py3
29
31
- INSTANCE : repositories-debian-9-2019-2-py3
30
32
- INSTANCE : repositories-ubuntu-1804-2019-2-py3
33
+ - INSTANCE : preferences-debian-9-develop-py3
34
+ # - INSTANCE: preferences-ubuntu-1804-develop-py3
31
35
- INSTANCE : preferences-debian-9-2019-2-py3
32
36
- INSTANCE : preferences-ubuntu-1804-2019-2-py3
33
37
Original file line number Diff line number Diff line change @@ -11,6 +11,21 @@ driver:
11
11
# Make sure the platforms listed below match up with
12
12
# the `env.matrix` instances defined in `.travis.yml`
13
13
platforms :
14
+ # # SALT `develop`
15
+ - name : debian-9-develop-py3
16
+ driver :
17
+ image : netmanagers/salt-develop-py3:debian-9
18
+ provision_command :
19
+ - curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
20
+ - sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
21
+ - name : ubuntu-1804-develop-py3
22
+ driver :
23
+ image : netmanagers/salt-develop-py3:ubuntu-18.04
24
+ provision_command :
25
+ - curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
26
+ - sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
27
+
28
+ # # SALT 2019.2
14
29
- name : debian-9-2019-2-py3
15
30
driver :
16
31
image : netmanagers/salt-2019.2-py3:debian-9
You can’t perform that action at this time.
0 commit comments