8000 Use cpanminus on travis · sysumjc/rabbitmq-tutorials@c69002d · GitHub
[go: up one dir, main page]

Skip to content

Commit c69002d

Browse files
author
Michael Klishin
committed
Use cpanminus on travis
1 parent 957d2f9 commit c69002d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Makefile

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

3838
test: setup
3939
RUBY=$(RUBY) python test.py
@@ -139,6 +139,12 @@ 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+
142148
clean::
143149
(cd python-puka && \
144150
rm -rf .ok venv distribute*.tar.gz)

0 commit comments

Comments
 (0)
0