We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc98f4 commit 9e47a08Copy full SHA for 9e47a08
.travis.yml
@@ -10,7 +10,7 @@ before_install:
10
- sudo add-apt-repository ppa:staticfloat/julia-deps -y
11
- sudo add-apt-repository ppa:staticfloat/${JULIAVERSION} -y
12
- sudo apt-get update -qq -y
13
- - sudo apt-get install libpcre3-dev julia -y
+ - sudo apt-get install libgmp10 libpcre3-dev julia -y
14
- git config --global user.name "Travis User"
15
- git config --global user.email "[email protected]"
16
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
0 commit comments