diff options
-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 |