Skip to content

Commit 24c6e6e

Browse files
committed
installing queue through luarocks on linux
1 parent 3c63964 commit 24c6e6e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.ci/travis-before-install.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ 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 tarantool-queue
13+
sudo apt-get -y install tarantool
1414
sudo tarantoolctl stop example || exit 0
1515
sudo apt-get install pandoc
16+
sudo apt-get install lua5.1 luarocks
17+
sudo luarocks install https://raw.githubusercontent.com/tarantool/rocks/gh-pages/queue-scm-1.rockspec
18+
1619
elif [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
1720
if [[ "${TARANTOOL_VERSION}" == "1_7" ]]; then
1821
brew install tarantool --HEAD

0 commit comments

Comments
 (0)