From e2ba323d1b31cc44c8057bedc221167732c19231 Mon Sep 17 00:00:00 2001
From: Justin Carpentier <justin.carpentier@inria.fr>
Date: Thu, 11 Jul 2019 20:43:42 +0200
Subject: [PATCH] travis: update number of OS tested

---
 .travis.yml | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a3d844b7..ea6ff7d0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ language: python
 python:
   - "2.7"
 sudo: required
-dist: trusty
 compiler:
   - gcc
 # - clang
@@ -15,9 +14,20 @@ env:
     - DO_COVERAGE_ON_BRANCH="master;release"
     - DO_CPPCHECK_ON_BRANCH=""
     - DO_INSTALL_DOC_EXCEPT_ON_BRANCH=""
-  matrix:
-    - BUILDTYPE=Release
-    - BUILDTYPE=Debug
+
+jobs:
+  include:
+    - dist: xenial
+      env:
+        matrix:
+          - BUILDTYPE=Release
+          - BUILDTYPE=Debug
+    - dist: trusty 
+      env:
+        matrix:
+          - BUILDTYPE=Release
+          - BUILDTYPE=Debug
+
 notifications:
   email:
     - pinocchio-build@laas.fr
-- 
GitLab