Skip to content

Commit 8764df3

Browse files
author
Adrian Brown
committed
Apply same travis build fix from friends-of-reactphp#49.
1 parent 806171c commit 8764df3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ before_script:
2525
sudo service rabbitmq-server start;
2626
fi
2727
- if [ "$STOMP_PROVIDER" = 'activemq' ]; then
28-
sudo apt install activemq tree;
28+
sudo apt update;
29+
sudo apt install activemq;
2930
sudo cp tests/utils/activemq.xml /etc/activemq/instances-available/main/;
3031
sudo ln -s /etc/activemq/instances-available/main /etc/activemq/instances-enabled/main;
3132
sudo service activemq start;

0 commit comments

Comments
 (0)