Skip to content

Commit 07d1108

Browse files
author
Michael Klishin
committed
Add ruby-amqp to the matrix
1 parent ed98e8f commit 07d1108

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test.py

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ def gen(prog, arg="", **kwargs):
5757
('dotnet', 'env MONO_PATH=lib/bin mono %(dotnet)s.exe %(arg)s' % ctx),
5858
('ruby', 'env RUBYOPT=-rubygems GEM_HOME=gems/gems RUBYLIB=gems/lib '
5959
'ruby%(rubyver)s %(prog)s.rb %(arg)s' % ctx),
60+
('ruby-amqp', 'env RUBYOPT=-rubygems GEM_HOME=gems/gems RUBYLIB=gems/lib '
61+
'ruby%(rubyver)s %(prog)s.rb %(arg)s' % ctx),
6062
('php', 'php %(prog)s.php %(arg)s' % ctx),
6163
('python-puka', './venv/bin/python %(prog)s.py %(arg)s' % ctx),
6264
]

0 commit comments

Comments
 (0)