8000 cpanm is not available in travis' Ruby containers, exclude it · sysumjc/rabbitmq-tutorials@c5d62d7 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit c5d62d7

Browse files
author
Michael Klishin
committed
cpanm is not available in travis' Ruby containers, exclude it
1 parent c69002d commit c5d62d7

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Makefile

Lines changed: 1 addition & 7 deletions
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/.ok perl-cpanm/.ok
36+
setup-travisci: dotnet/.ok erlang/.ok java/.ok python/.ok ruby/.ok
3737

3838
test: setup
3939
RUBY=$(RUBY) python test.py
@@ -139,12 +139,6 @@ perl/.ok:
139139
PERL_MM_USE_DEFAULT=1 cpan -i -f UUID::Tiny && \
140140
touch .ok)
141141

142-
perl-cpanm/.ok:
143-
(cd perl && \
144-
cpanm --notest -i Net::RabbitFoot && \
145-
cpanm --notest -i UUID::Tiny && \
146-
touch .ok)
147-
148142
clean::
149143
(cd python-puka && \
150144
rm -rf .ok venv distribute*.tar.gz)

travisci.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def gen(prog, arg="", **kwargs):
5050
}
5151
return [
5252
('python', './venv/bin/python %(prog)s.py %(arg)s' % ctx),
53-
('perl', 'perl %(prog)s.pl %(arg)s' % ctx),
5453
('erlang', './%(prog)s.erl %(arg)s' % ctx),
5554
('java', 'java -cp .:commons-io-1.2.jar:commons-cli-1.1.jar:'
5655
'rabbitmq-client.jar %(java)s %(arg)s' % ctx),

0 commit comments

Comments
 (0)
0