8000 Re-enable all tutorials for Bunny on travis-ci.org · sysumjc/rabbitmq-tutorials@96b7c1f · GitHub
[go: up one dir, main page]

Skip to content

Commit 96b7c1f

Browse files
author
Michael Klishin
committed
Re-enable all tutorials for Bunny on travis-ci.org
1 parent efb8d46 commit 96b7c1f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

travisci.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,19 @@ def skip(cwd_cmd, to_skip):
6969
'tut2': (gen('new_task', arg='%(arg)s'), gen('worker'), '%(arg)s'),
7070
'tut3': (gen('emit_log', arg='%(arg)s'), gen('receive_logs'), '%(arg)s'),
7171
'tut4': (skip(gen('emit_log_direct', arg='%(arg)s %(arg2)s'),
72-
['php', 'ruby']),
72+
['php']),
7373
skip(gen('receive_logs_direct', arg='%(arg)s'),
74-
['php', 'ruby']),
74+
['php']),
7575
'%(arg2)s'),
7676
'tut5': (skip(gen('emit_log_topic', arg='%(arg)s.foo %(arg2)s'),
77-
['php', 'ruby']),
77+
['php']),
7878
skip(gen('receive_logs_topic', arg='%(arg)s.*'),
79-
['php', 'ruby']),
79+
['php']),
8080
'%(arg2)s'),
8181
'tut6': (skip(gen('rpc_client', java='RPCClient', dotnet='RPCClient'),
82-
['erlang', 'ruby']),
82+
['erlang']),
8383
skip(gen('rpc_server', java='RPCServer', dotnet='RPCServer'),
84-
['erlang', 'ruby']),
84+
['erlang']),
8585
'fib[(]30[)]'),
8686
}
8787

0 commit comments

Comments
 (0)
0