summary refs log tree commit diff stats
path: root/tests/stdlib/tnetdial.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2017-11-05 21:44:22 +0100
committerAndreas Rumpf <rumpf_a@web.de>2017-11-05 21:44:22 +0100
commit4ea09e4df5c47cbca064d4f3b2388237f09c605f (patch)
tree3a3339c3012990c246e060c9eef1f34cba31b22e /tests/stdlib/tnetdial.nim
parent9e4e1949e8e599bcfa560178243aabaf4b1bb68b (diff)
downloadNim-4ea09e4df5c47cbca064d4f3b2388237f09c605f.tar.gz
attempt to make travis green again
Diffstat (limited to 'tests/stdlib/tnetdial.nim')
-rw-r--r--tests/stdlib/tnetdial.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/stdlib/tnetdial.nim b/tests/stdlib/tnetdial.nim
index da6088d70..695150179 100644
--- a/tests/stdlib/tnetdial.nim
+++ b/tests/stdlib/tnetdial.nim
@@ -2,6 +2,7 @@ discard """
   cmd: "nim c --threads:on $file"
   exitcode: 0
   output: "OK"
+  disabled: "travis"
 """
 
 import os, net, nativesockets, asyncdispatch