Skip to content

Commit 9dd544d

Browse files
committed
ci: fix symlink
1 parent 7059905 commit 9dd544d

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
@@ -29,8 +29,8 @@ before_install:
2929
- curl -L https://bitbucket.org/pypy/pypy/downloads/pypy3.6-${PYPYVERSION}-linux64.tar.bz2 --output $TEMPDIR/pypy3.tar.bz2
3030
- tar xf $TEMPDIR/pypy2.tar.bz2 -C $TEMPDIR
3131
- tar xf $TEMPDIR/pypy3.tar.bz2 -C $TEMPDIR
32-
- sudo ln -s $TEMPDIR/pypy2-$PYPYVERSION-linux64/bin/pypy /usr/local/bin/pypy
33-
- sudo ln -s $TEMPDIR/pypy3-$PYPYVERSION-linux64/bin/pypy3 /usr/local/bin/pypy3
32+
- sudo ln -s $TEMPDIR/pypy2.7-$PYPYVERSION-linux64/bin/pypy /usr/local/bin/pypy
33+
- sudo ln -s $TEMPDIR/pypy3.6-$PYPYVERSION-linux64/bin/pypy3 /usr/local/bin/pypy3
3434
# install pip (for pypy)
3535
- curl -L https://bootstrap.pypa.io/get-pip.py --output ${TEMPDIR}/get-pip.py
3636
- pypy ${TEMPDIR}/get-pip.py

0 commit comments

Comments
 (0)