You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .ci/travis-before-install.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
10
10
echo"deb https://packagecloud.io/tarantool/${TARANTOOL_VERSION}/ubuntu/ $release main"| sudo tee /etc/apt/sources.list.d/tarantool_${TARANTOOL_VERSION}.list
11
11
echo"deb-src https://packagecloud.io/tarantool/${TARANTOOL_VERSION}/ubuntu/ $release main"| sudo tee -a /etc/apt/sources.list.d/tarantool_${TARANTOOL_VERSION}.list
0 commit comments