Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcoding committed Aug 15, 2017
1 parent 24c6e6e commit e7ca339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/travis-before-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
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
sudo tarantoolctl stop example || exit 0
sudo tarantoolctl stop example
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
Expand Down

0 comments on commit e7ca339

Please sign in to comment.