diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-06-04 18:07:50 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-06-04 18:07:50 +0100 |
commit | b0159b4f7b7a97bc062f200d2550ffc5fd4006d8 (patch) | |
tree | 01f45a921b113ea443f565c24e304e38cce374cd | |
parent | 73c7fa654ab5657a4b0f749b63cf444b4ec2317b (diff) |
See if installing libgmp-dev helps with Travis.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 542ffd816..64f536a22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ branches: before_install: - sudo apt-get update -qq - - sudo apt-get install -qq jhead + - sudo apt-get install -qq jhead libgmp-dev # A couple of other modules that normally come from packages, but no system stuff here - cpanm -q Carton Locale::gettext Math::BigInt::GMP SOAP::Lite - sudo locale-gen cy_GB.UTF-8 en_GB.UTF-8 nb_NO.UTF-8 |