mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 17:56:13 -04:00
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:
parent
cc20878146
commit
ebd19b0b05
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user