aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-05-25 09:38:30 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-05-25 09:41:25 +0100
commit4eb8d0dfc956e286aeca4250243865895fc45460 (patch)
treed3621720dbd638369e867fbe43550f935a014136 /.travis.yml
parent61749f6f561c18b8eef9d5b5158a7a1505ba1c4a (diff)
Remove need for sv_SE in tests.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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: