Merge "Use new image for kitchen tests"
diff --git a/.kitchen.yml b/.kitchen.yml
index d8e1607..04f0f70 100644
--- a/.kitchen.yml
+++ b/.kitchen.yml
@@ -28,9 +28,9 @@
noservices: 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
verifier:
diff --git a/.travis.yml b/.travis.yml
index 7f908f4..5457048 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,8 +17,9 @@
- bundle install
env:
- - PLATFORM=trevorj/salty-whales:xenial SUITE=single
-
+ - PLATFORM=epcim/salt-formulas:saltstack-ubuntu-xenial-salt-2016.3 SUITE=single
+ - PLATFORM=epcim/salt-formulas:saltstack-ubuntu-xenial-salt-2017.7 SUITE=single
+# - PLATFORM=epcim/salt-formulas:saltstack-ubuntu-bionic-salt-2017.7 SUITE=single
before_script:
- set -o pipefail
- make test | tail