Skip to content

Commit ac92fe7

Browse files
committed
[ fix ] travis can't use git over ssh
1 parent b94bed1 commit ac92fe7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

travis/install_agda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fi
1010
mkdir -p $HOME/.agda
1111
cp libraries-"$AGDA_VERSION" $HOME/.agda/
1212
cd $HOME/.agda/
13-
git clone git@github.com:agda/agda-stdlib/ agda-stdlib-0.18
13+
git clone https://github.com/agda/agda-stdlib/ agda-stdlib-0.18
1414
cd agda-stdlib-0.18
1515
git checkout a0bfe7422d2aa0f0f49c9647659ce34e6e741375
1616
cd -

0 commit comments

Comments
 (0)