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/async | |
parent | 9e4e1949e8e599bcfa560178243aabaf4b1bb68b (diff) | |
download | Nim-4ea09e4df5c47cbca064d4f3b2388237f09c605f.tar.gz |
attempt to make travis green again
Diffstat (limited to 'tests/async')
-rw-r--r-- | tests/async/tasyncdial.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/async/tasyncdial.nim b/tests/async/tasyncdial.nim index d70e14020..fa81235fe 100644 --- a/tests/async/tasyncdial.nim +++ b/tests/async/tasyncdial.nim @@ -4,6 +4,7 @@ discard """ OK AF_INET OK AF_INET6 ''' + disabled: "travis" """ import |