Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7674b5

Browse files
committed
Merge pull request libgit2#2722 from libgit2/cmn/disable-ssh-check
travis: disable the cert callback on OSX
2 parents 4d86cae + aa5a06c commit d7674b5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

script/cibuild.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ export GITTEST_REMOTE_SSH_PUBKEY="$HOME/.ssh/id_rsa.pub"
4343
export GITTEST_REMOTE_SSH_PASSPHRASE=""
4444

4545
if [ -e ./libgit2_clar ]; then
46-
./libgit2_clar -sonline::push -sonline::clone::cred_callback -sonline::clone::ssh_cert &&
46+
./libgit2_clar -sonline::push -sonline::clone::ssh_cert &&
4747
./libgit2_clar -sonline::clone::ssh_with_paths
48+
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
49+
./libgit2_clar -sonline::clone::cred_callback
50+
fi
4851
fi

0 commit comments

Comments
 (0)