disable valgrind installation, travis is borked

This commit is contained in:
Enno Rehling 2021-04-28 19:46:08 +02:00
parent 2f18ac7aea
commit a5534336fb
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
sudo: false sudo: false
language: c language: c
dist: bionic dist: focal
compiler: compiler:
- gcc - gcc
- clang - clang
@ -16,7 +16,6 @@ addons:
- libexpat1-dev - libexpat1-dev
- libiniparser-dev - libiniparser-dev
- libcjson-dev - libcjson-dev
- valgrind
- cppcheck - cppcheck
- shellcheck - shellcheck
- luarocks - luarocks