diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-11-05 21:44:22 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-11-05 21:44:22 +0100 |
commit | 4ea09e4df5c47cbca064d4f3b2388237f09c605f (patch) | |
tree | 3a3339c3012990c246e060c9eef1f34cba31b22e /tests/stdlib/tnetdial.nim | |
parent | 9e4e1949e8e599bcfa560178243aabaf4b1bb68b (diff) | |
download | Nim-4ea09e4df5c47cbca064d4f3b2388237f09c605f.tar.gz |
attempt to make travis green again
Diffstat (limited to 'tests/stdlib/tnetdial.nim')
-rw-r--r-- | tests/stdlib/tnetdial.nim | 1 |
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 |