Skip to content

Commit 601ed0c

Browse files
committed
tarantool-queue dep
1 parent 8ca18d9 commit 601ed0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/travis-before-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
1010
echo "deb https://packagecloud.io/tarantool/${TARANTOOL_VERSION}/ubuntu/ $release main" | sudo tee /etc/apt/sources.list.d/tarantool_${TARANTOOL_VERSION}.list
1111
echo "deb-src https://packagecloud.io/tarantool/${TARANTOOL_VERSION}/ubuntu/ $release main" | sudo tee -a /etc/apt/sources.list.d/tarantool_${TARANTOOL_VERSION}.list
1212
sudo apt-get -qq update
13-
sudo apt-get -y install tarantool
13+
sudo apt-get -y install tarantool tarantool-queue
1414
sudo tarantoolctl stop example || exit 0
1515
sudo apt-get install pandoc
1616
elif [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then

0 commit comments

Comments
 (0)