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: