Skip to content

Commit e6caf1e

Browse files
authored
Fix broken link in .travis.yml.
1 parent 2429421 commit e6caf1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ rust:
44
- beta
55
- nightly
66
before_script:
7-
- wget https://hg.python.org/cpython/archive/default.tar.bz2
8-
- tar -xf default.tar.bz2
7+
- wget https://github.com/python/cpython/archive/3.6.zip -O cpython.zip
8+
- unzip cpython.zip
99
- cd cpython-*
1010
- ./configure --prefix=$HOME/.local/
1111
- make -j 2

0 commit comments

Comments
 (0)