Deleting deprecated function and test with 2017.7
The patch deletes deprecated cmd.run function which actually was defined
in salt 2016 as alias for cmd.shell therefore this change supports
backward compatibility.
Change-Id: I5153c5d78f014b88119792b73b7cb252e8d227f5
diff --git a/.travis.yml b/.travis.yml
index b71896c..f42fc6d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,10 @@
- bundle install
env:
+ - PLATFORM=trevorj/salty-whales:trusty-2017.7 SUITE=cluster
+ - PLATFORM=trevorj/salty-whales:xenial-2017.7 SUITE=cluster
+ - PLATFORM=trevorj/salty-whales:trusty-2017.7 SUITE=single
+ - PLATFORM=trevorj/salty-whales:xenial-2017.7 SUITE=single
- PLATFORM=trevorj/salty-whales:trusty SUITE=cluster
- PLATFORM=trevorj/salty-whales:xenial SUITE=cluster
- PLATFORM=trevorj/salty-whales:trusty SUITE=single