forked from github/server
disable valgrind installation, travis is borked
This commit is contained in:
parent
2f18ac7aea
commit
a5534336fb
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue