Skip to content

Commit

Permalink
installing queue through luarocks on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcoding committed Aug 15, 2017
1 parent 3c63964 commit 24c6e6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .ci/travis-before-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
echo "deb https://packagecloud.io/tarantool/${TARANTOOL_VERSION}/ubuntu/ $release main" | sudo tee /etc/apt/sources.list.d/tarantool_${TARANTOOL_VERSION}.list
echo "deb-src https://packagecloud.io/tarantool/${TARANTOOL_VERSION}/ubuntu/ $release main" | sudo tee -a /etc/apt/sources.list.d/tarantool_${TARANTOOL_VERSION}.list
sudo apt-get -qq update
sudo apt-get -y install tarantool tarantool-queue
sudo apt-get -y install tarantool
sudo tarantoolctl stop example || exit 0
sudo apt-get install pandoc
sudo apt-get install lua5.1 luarocks
sudo luarocks install https://raw.githubusercontent.com/tarantool/rocks/gh-pages/queue-scm-1.rockspec

elif [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
if [[ "${TARANTOOL_VERSION}" == "1_7" ]]; then
brew install tarantool --HEAD
Expand Down

0 comments on commit 24c6e6e

Please sign in to comment.