From 646cb382a59699ac8a813b116a36e88ac63b8351 Mon Sep 17 00:00:00 2001
From: Giovanni Bussi <giovanni.bussi@gmail.com>
Date: Mon, 17 Feb 2020 17:59:51 +0100
Subject: [PATCH] Fixed some travis warning

---
 .travis.yml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f07f6214f..940c5a74a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
 language: cpp
 cache: ccache
-matrix:
+jobs:
   include:
 # list of configurations to be attempted:
 # MPI + doc
@@ -10,36 +10,29 @@ matrix:
   - name: Run all tests and build doc. All features enabled (system blas and lapack + asmjit)
     os: linux
     dist: trusty
-    sudo: required
     env: PLUMED_CC=mpicc PLUMED_CXX=mpic++ MAKEDOC=yes PLUMED_ALL_TESTS=yes LAPACK=yes ASMJIT=673dcefa
   - name: Run all tests and scan coverage
     os: linux
     dist: trusty
-    sudo: required
     env: PLUMED_CC=mpicc PLUMED_CXX=mpic++ MAKECOVERAGE=yes PLUMED_ALL_TESTS=yes
   - name: Debug flags, no MPI
     os: linux
     dist: trusty
-    sudo: required
     env: PLUMED_CC=gcc   PLUMED_CXX=g++    CONFIG_FLAGS="--enable-debug --enable-debug-glibcxx"
   - name: Debug flags, MPI
     os: linux
     dist: trusty
-    sudo: required
     env: PLUMED_CC=mpicc PLUMED_CXX=mpic++ CONFIG_FLAGS="--enable-debug --enable-debug-glibcxx"
   - name: Cppcheck and codecheck
     os: linux
     dist: trusty
-    sudo: required
     env: CPPCHECK=yes CPPCHECK_VERSION=1.88
   - name: External blas with internal lapack
     os: linux
     if: branch =~ ^test- OR type IN(pull_request)
     dist: trusty
-    sudo: required
     env: PLUMED_CC=mpicc PLUMED_CXX=mpic++  PLUMED_CXXFLAGS=-O3 LAPACK=yes CONFIG_FLAGS="--disable-external-lapack"
   - name: Docker image (ubuntu 17, with gcc6)
-    sudo: required
     if: branch =~ ^test- OR type IN(pull_request)
     services: docker
     env: PLUMED_DOCKER=yes
@@ -89,7 +82,6 @@ matrix:
     os: linux
     if: branch =~ ^test- OR tag IS present OR type IN(pull_request) OR type IN(cron)
     dist: trusty
-    sudo: required
     env: PLUMED_CONDA=yes
 # osx conda package
   - name: Conda build, MacOS
-- 
GitLab