diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-02-05 17:00:51 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-02-05 18:12:48 +0000 |
commit | 46128a0f1998b01b6d698a22c8811f4898b69b0f (patch) | |
tree | 93197196bdf90766e12f610c859c0f6766ce5908 /.travis.yml | |
parent | 1cf8f514a231924cd992a5ca4f6af692c365da4a (diff) |
Remove warning if Math::BigInt::GMP not installed.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index d332f4d97..d2579b5c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,9 +18,7 @@ env: before_install: - sudo apt-get update -qq - - 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 Math::BigInt::GMP + - sudo apt-get install -qq jhead - sudo locale-gen cy_GB.UTF-8 en_GB.UTF-8 nb_NO.UTF-8 de_CH.UTF-8 sv_SE.UTF-8 install: - .travis/install |