From b69cf4c1225facace4be0135ae26e3a1042e76d0 Mon Sep 17 00:00:00 2001 From: Sergio Oller Date: Wed, 6 Jun 2018 07:43:40 +0200 Subject: [PATCH] Update travis file (sudo:false) --- .travis.yml | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fff35af..2b0eb57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,11 @@ language: cpp +sudo: false + +compiler: + - gcc before_install: - - sudo pip install cpp-coveralls --use-mirrors - - sudo apt-get update -qq - - sudo apt-get install -y libasound2-dev libncurses5-dev libpulse-dev autoconf xsltproc doxygen graphviz doxygen-latex texinfo texlive-binaries texlive-latex-base + - pip install --user cpp-coveralls script: - ./run_testsuite.sh @@ -25,6 +27,19 @@ addons: build_command_prepend: build_command: ./run_testsuite.sh -f branch_pattern: coverity_scan + apt: + packages: + - libasound2-dev + - libncurses5-dev + - libpulse-dev + - autoconf + - xsltproc + - doxygen + - graphviz + - doxygen-latex + - texinfo + - texlive-binaries + - texlive-latex-base branches: only: