Skip to content

Commit 2548a32

Browse files
committed
update pari in travis (2.9.2 -> 2.9.3)
1 parent 8f497cd commit 2548a32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ python:
1313
# non python dependencies
1414
before_install:
1515
- sudo apt-get -qq update
16-
- wget http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.9.2.tar.gz
17-
- tar xf pari-2.9.2.tar.gz
18-
- cd pari-2.9.2/
16+
- wget http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.9.3.tar.gz
17+
- tar xf pari-2.9.3.tar.gz
18+
- cd pari-2.9.3/
1919
- ./Configure --prefix=/usr/
2020
- make gp
2121
- sudo make install

0 commit comments

Comments
 (0)