Skip to content

Commit 9e47a08

Browse files
committed
Add gmp-5.1.3 dependency to Travis
The double factorial function requires GMP >=5.1.0; Travis on Ubuntu-precise only offers 5.0.2. Ref: JuliaLang/METADATA.jl@169d630
1 parent ecc98f4 commit 9e47a08

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
@@ -10,7 +10,7 @@ before_install:
1010
- sudo add-apt-repository ppa:staticfloat/julia-deps -y
1111
- sudo add-apt-repository ppa:staticfloat/${JULIAVERSION} -y
1212
- sudo apt-get update -qq -y
13-
- sudo apt-get install libpcre3-dev julia -y
13+
- sudo apt-get install libgmp10 libpcre3-dev julia -y
1414
- git config --global user.name "Travis User"
1515
- git config --global user.email "[email protected]"
1616
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi

0 commit comments

Comments
 (0)