Skip to content

Commit 957d2f9

Browse files
author
Michael Klishin
committed
Exclude amqp gem from travis-ci runs
eventmachine fails to compile :/
1 parent 96b7c1f commit 957d2f9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ all:
3333
#
3434
setup: dotnet/.ok erlang/.ok java/.ok python/.ok php/.ok ruby-amqp/.ok ruby/.ok python-puka/.ok perl/.ok
3535

36-
setup-travisci: dotnet/.ok erlang/.ok java/.ok python/.ok ruby-amqp/.ok ruby/.ok perl/.ok
36+
setup-travisci: dotnet/.ok erlang/.ok java/.ok python/.ok ruby/.ok perl/.ok
3737

3838
test: setup
3939
RUBY=$(RUBY) python test.py

travisci.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ def gen(prog, arg="", **kwargs):
5656
'rabbitmq-client.jar %(java)s %(arg)s' % ctx),
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 '
59-
'%(ruby)s %(prog)s.rb %(arg)s' % ctx),
60-
('ruby-amqp', 'env RUBYOPT=-rubygems GEM_HOME=gems/gems RUBYLIB=gems/lib '
6159
'%(ruby)s %(prog)s.rb %(arg)s' % ctx)
6260
]
6361

0 commit comments

Comments
 (0)