Skip to content

Commit e7ca339

Browse files
committed
fix
1 parent 24c6e6e commit e7ca339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/travis-before-install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
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
1313
sudo apt-get -y install tarantool
14-
sudo tarantoolctl stop example || exit 0
14+
sudo tarantoolctl stop example
1515
sudo apt-get install pandoc
1616
sudo apt-get install lua5.1 luarocks
1717
sudo luarocks install https://raw.githubusercontent.com/tarantool/rocks/gh-pages/queue-scm-1.rockspec

0 commit comments

Comments
 (0)