diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-03-12 15:40:33 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-03-12 15:40:33 +0000 |
commit | 87017d5197a623f642b0267ddd44f4d6c70bf751 (patch) | |
tree | 9b87518247dc811b5bfe4e5bf25f3079486df9c8 /.travis.yml | |
parent | 85fedd6444607576a03a17e57f657584bcb6bf2c (diff) |
Add sv_SE to Travis so test using it passes.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3b362419f..41370fc04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ before_install: - 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 - - sudo locale-gen cy_GB.UTF-8 en_GB.UTF-8 nb_NO.UTF-8 de_CH.UTF-8 + - sudo locale-gen cy_GB.UTF-8 en_GB.UTF-8 nb_NO.UTF-8 de_CH.UTF-8 sv_SE.UTF-8 install: - carton install --deployment before_script: |