From ebd19b0b051549d2fbd02e769726336c1a5da7c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Wed, 7 Oct 2015 21:53:00 +0200 Subject: [PATCH] Update to Travis Continuous Integration build script - Migrating from legacy to container-based infrastructure by removing the "sudo" command and moving to addons apt packages --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index bf02202..65bca81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,12 @@ compiler: - gcc - clang -before_install: - - sudo apt-get update -qq - - sudo apt-get install -qq cppcheck +sudo: false + +addons: + apt: + packages: + - cppcheck # scripts to run before build before_script: