Use new image for kitchen tests

Change-Id: I02c6a71ee05d4b1a8d88be55d03061464d0135fd
diff --git a/.kitchen.yml b/.kitchen.yml
index dcd688c..12347a1 100644
--- a/.kitchen.yml
+++ b/.kitchen.yml
@@ -35,9 +35,9 @@
   sudo: true
 
 platforms:
-  - name: <%=ENV['PLATFORM'] || 'ubuntu-xenial'%>
+  - name: <%=ENV['PLATFORM'] ||  'saltstack-ubuntu-xenial-salt-stable' %>
     driver_config:
-      image: <%=ENV['PLATFORM'] || 'trevorj/salty-whales:xenial'%>
+      image: <%=ENV['PLATFORM'] || 'epcim/salt-formulas:saltstack-ubuntu-xenial-salt-stable'%>
       platform: ubuntu
 
 suites:
diff --git a/.travis.yml b/.travis.yml
index 3e5cda9..1741991 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,8 +17,9 @@
   - bundle install
 
 env:
-    - PLATFORM=trevorj/salty-whales:trusty SUITE=client-single
-    - PLATFORM=trevorj/salty-whales:xenial SUITE=client-single
+    - PLATFORM=epcim/salt-formulas:saltstack-ubuntu-xenial-salt-2016.3 SUITE=client-single
+    - PLATFORM=epcim/salt-formulas:saltstack-ubuntu-xenial-salt-2017.7 SUITE=client-single
+#     - PLATFORM=epcim/salt-formulas:saltstack-ubuntu-bionic-salt-2017.7 SUITE=client-single
 
 before_script:
   - set -o pipefail