File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6161 # to allow for comprehensive local testing
6262 # Ref: https://github.com/saltstack-formulas/template-formula/issues/118
6363 # Ref: https://github.com/saltstack-formulas/template-formula/issues/121
64- - env : INSTANCE=default-debian-10-develop -py3
64+ - env : INSTANCE=default-debian-10-master -py3
6565 # - env: INSTANCE=default-ubuntu-1804-develop-py3
6666 # - env: INSTANCE=default-centos-7-develop-py3
6767 # - env: INSTANCE=default-fedora-30-develop-py3
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ driver:
1111# Make sure the platforms listed below match up with
1212# the `env.matrix` instances defined in `.travis.yml`
1313platforms :
14- # # SALT `develop`
15- - name : debian-10-develop -py3
14+ # # SALT `develop` => `master`
15+ - name : debian-10-master -py3
1616 driver :
17- image : netmanagers/salt-develop -py3:debian-10
17+ image : netmanagers/salt-master -py3:debian-10
1818 provision_command :
1919 - curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
20- - sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
20+ - sh bootstrap-salt.sh -XdPbfrq -x python3 git master
2121 - name : ubuntu-1804-develop-py3
2222 driver :
2323 image : netmanagers/salt-develop-py3:ubuntu-18.04
You can’t perform that action at this time.
0 commit comments