Drop Travis CI support

	- Also fix escaping of special characters (Related PROD-22641)

Fixes: PROD-25037 (PROD:25037)

Change-Id: If53082a3fda5b83848499487cbba283eea59be47
diff --git a/.kitchen.yml b/.kitchen.yml
index 9ef697b..a7be114 100644
--- a/.kitchen.yml
+++ b/.kitchen.yml
@@ -17,10 +17,10 @@
   dependencies:
     - name: linux
       repo: git
-      source: https://github.com/salt-formulas/salt-formula-linux.git
+      source: https://gerrit.mcp.mirantis.com/salt-formulas/linux.git
     - name: salt
       repo: git
-      source: https://github.com/salt-formulas/salt-formula-salt.git
+      source: https://gerrit.mcp.mirantis.com/salt-formulas/salt.git
   state_top:
     base:
       "*":
@@ -39,15 +39,28 @@
   name: inspec
   sudo: true
 
+docker_images:
+  - &xenial-20163 <%=ENV['IMAGE_XENIAL_20163'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-2016.3/salt:2018_11_19'%>
+  - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-2017.7/salt:2018_11_19'%>
+  - &xenial-stable <%=ENV['IMAGE_XENIAL_STABLE'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-stable/salt:2018_11_19'%>
 
 platforms:
-  - name: <%=ENV['PLATFORM'] || 'ubuntu-xenial'%>
+  - name: xenial-2016.3
     driver_config:
-      image: <%=ENV['PLATFORM'] || 'trevorj/salty-whales:xenial'%>
+      image: *xenial-20163
+      platform: ubuntu
+
+  - name: xenial-2017.7
+    driver_config:
+      image: *xenial-20177
+      platform: ubuntu
+
+  - name: xenial-stable
+    driver_config:
+      image: *xenial-stable
       platform: ubuntu
 
 suites:
-
   - name: agent
     provisioner:
       pillars-from-files: