Deleting deprecated function and switch test to 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: I40fb6d908164b8977c2a0f1919bd8eb7d6bd9c9e
Related-PROD: 17056
diff --git a/.travis.yml b/.travis.yml
index e13a3ff..31d2f50 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,12 @@
- bundle install
env:
+ - PLATFORM=trevorj/salty-whales:trusty-2017.7 SUITE=server-cluster
+ - PLATFORM=trevorj/salty-whales:xenial-2017.7 SUITE=server-cluster
+ - PLATFORM=trevorj/salty-whales:trusty-2017.7 SUITE=server-plugin-dirs
+ - PLATFORM=trevorj/salty-whales:xenial-2017.7 SUITE=server-plugin-dirs
+ - PLATFORM=trevorj/salty-whales:trusty-2017.7 SUITE=server-single
+ - PLATFORM=trevorj/salty-whales:xenial-2017.7 SUITE=server-single
- PLATFORM=trevorj/salty-whales:trusty SUITE=server-cluster
- PLATFORM=trevorj/salty-whales:xenial SUITE=server-cluster
- PLATFORM=trevorj/salty-whales:trusty SUITE=server-plugin-dirs