Skip to content

Commit

Permalink
Change git clone command (maybe avoiding timeout)
Browse files Browse the repository at this point in the history
  • Loading branch information
gn36 authored Mar 27, 2024
1 parent c44cb0d commit 35abe6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/prepare-phpbb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ cp -R . ../../tmp
cd ../../

# Clone phpBB
git clone --depth=1 "git://github.com/phpbb/phpbb.git" "phpBB3" --branch=$BRANCH
git clone --depth=1 "https://github.com/phpbb/phpbb.git" "phpBB3" --branch=$BRANCH

0 comments on commit 35abe6c

Please sign in to comment.