From 178bd8728b55d44372886b1a3ca3eaa0f024b2ea Mon Sep 17 00:00:00 2001 From: Timothy Stack Date: Tue, 21 Aug 2018 22:49:48 -0700 Subject: [PATCH] add french locale to travis and switch to trusty --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7c8a33b5..62fd1729 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ -dist: precise +dist: trusty language: cpp compiler: gcc sudo: false @@ -25,6 +25,7 @@ addons: - gcc-5 - g++-5 - sqlite3 + - language-pack-fr sources: - ubuntu-toolchain-r-test - sourceline: deb http://cz.archive.ubuntu.com/ubuntu xenial main