Added Kitchen and Travis
diff --git a/tests/pillar/openssh_client.sls b/tests/pillar/openssh_client.sls
index 6f20eba..da4099b 100644
--- a/tests/pillar/openssh_client.sls
+++ b/tests/pillar/openssh_client.sls
@@ -3,7 +3,7 @@
     enabled: true
     user:
       test:
-        enabled: true
+        enabled: false
         name: test
         user: 
           enabled: true
diff --git a/tests/pillar/openssh_server.sls b/tests/pillar/openssh_server.sls
index 415f50d..d5e18ac 100644
--- a/tests/pillar/openssh_server.sls
+++ b/tests/pillar/openssh_server.sls
@@ -14,4 +14,6 @@
           home: /home/test
     public_keys:
     - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCts9Ry.........
-
+    bind:
+      address: 0.0.0.0
+      port: 8000