We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8654d2 commit e4f5e9aCopy full SHA for e4f5e9a
tests/index.bats
@@ -6,7 +6,7 @@ setup_file() {
6
export OUTPUT_FILE=classes.lst
7
8
pushd "$TMP_PATH" > /dev/null
9
- git clone --no-tags --quiet git@github.com:imponeer/criteria.git .
+ git clone --no-tags --quiet https://github.com/imponeer/criteria.git .
10
11
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
12
php composer-setup.php --quiet --install-dir=. --filename=composer
0 commit comments