diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-05-25 09:38:30 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-05-25 09:41:25 +0100 |
commit | 4eb8d0dfc956e286aeca4250243865895fc45460 (patch) | |
tree | d3621720dbd638369e867fbe43550f935a014136 /.travis.yml | |
parent | 61749f6f561c18b8eef9d5b5158a7a1505ba1c4a (diff) |
Remove need for sv_SE in tests.
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 7b0ae64ab..c91d324fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ env: before_install: - sudo apt-get -qq update - sudo apt-get install gettext - - sudo locale-gen cy_GB.UTF-8 en_GB.UTF-8 nb_NO.UTF-8 de_CH.UTF-8 sv_SE.UTF-8 + - sudo locale-gen cy_GB.UTF-8 en_GB.UTF-8 nb_NO.UTF-8 de_CH.UTF-8 install: - .travis/install before_script: |