THRIFT-3452 .travis.yml: Migrating from legacy to container-based infrastructure
Client: Build
Patch: Nobuaki Sukegawa

Use "services: docker"

This closes #730
diff --git a/test/tests.json b/test/tests.json
index 2c1aa70..be7d52b 100644
--- a/test/tests.json
+++ b/test/tests.json
@@ -325,6 +325,7 @@
     "server": {
       "delay": 3,
       "command": [
+        "mono",
         "TestClientServer.exe",
         "server"
       ]
@@ -332,6 +333,7 @@
     "client": {
       "timeout": 9,
       "command": [
+        "mono",
         "TestClientServer.exe",
         "client"
       ]
@@ -451,6 +453,7 @@
       ]
     },
     "server": {
+      "delay": 5,
       "command": [
         "erl",
         "+K",