Skip to content

Commit

Permalink
Update travis file (sudo:false)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeehio committed Jun 6, 2018
1 parent 28710e3 commit b69cf4c
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:
Expand Down

0 comments on commit b69cf4c

Please sign in to comment.