From b0159b4f7b7a97bc062f200d2550ffc5fd4006d8 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Tue, 4 Jun 2013 18:07:50 +0100 Subject: See if installing libgmp-dev helps with Travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.3