Skip to content

Commit accc0c0

Browse files
committed
Add Erlang 4 and 5 to CI.
1 parent 2019b3c commit accc0c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ def skip(cwd_cmd, to_skip):
6868
'tut2': (gen('new_task', arg='%(arg)s'), gen('worker'), '%(arg)s'),
6969
'tut3': (gen('emit_log', arg='%(arg)s'), gen('receive_logs'), '%(arg)s'),
7070
'tut4': (skip(gen('emit_log_direct', arg='%(arg)s %(arg2)s'),
71-
['erlang', 'php']),
71+
['php']),
7272
skip(gen('receive_logs_direct', arg='%(arg)s'),
73-
['erlang', 'php']),
73+
['php']),
7474
'%(arg2)s'),
7575
'tut5': (skip(gen('emit_log_topic', arg='%(arg)s.foo %(arg2)s'),
76-
['erlang', 'php']),
76+
['php']),
7777
skip(gen('receive_logs_topic', arg='%(arg)s.*'),
78-
['erlang', 'php']),
78+
['php']),
7979
'%(arg2)s'),
8080
'tut6': (skip(gen('rpc_client', java='RPCClient', dotnet='RPCClient'),
8181
['erlang', 'php']),

0 commit comments

Comments
 (0)