Skip to content

Commit 09dbaea

Browse files
committed
Use HTTPS to clone source
1 parent 388c46b commit 09dbaea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sudo: false
44

55
install:
66
- pushd $HOME
7-
- git clone --depth=1 git@github.com:python/cpython.git
7+
- git clone --depth=1 https://github.com/python/cpython.git
88
- pushd cpython
99
- ./configure --prefix = $HOME/python
1010
- make

0 commit comments

Comments
 (0)