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
This commit is contained in:
Sébastien Rombauts 2015-10-07 21:53:00 +02:00
parent cc20878146
commit ebd19b0b05

View File

@ -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: