forked from github/server
try not using focal to fix valgrind installation
This commit is contained in:
parent
5390b9da6c
commit
2f18ac7aea
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
sudo: false
|
||||
language: c
|
||||
dist: focal
|
||||
dist: bionic
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
|
@ -8,7 +8,6 @@ script: s/travis-build
|
|||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libc6-dbg
|
||||
- libbsd-dev
|
||||
- libdb-dev
|
||||
- libtolua-dev
|
||||
|
|
Loading…
Reference in a new issue