Skip to content

Commit

Permalink
[ci] Switch to bionic and clang-tidy-10
Browse files Browse the repository at this point in the history
I was reminded by <koreader#349 (comment)> that the current clang-tidy is a few years old. It mainly includes new checks but it might also behave or display more intelligently here and there.
  • Loading branch information
Frenzie committed Jun 30, 2020
1 parent ff3640d commit 5ff1098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: cpp

dist: xenial
dist: bionic
sudo: false

cache:
Expand All @@ -9,7 +9,7 @@ cache:
addons:
apt:
packages:
- clang-tidy-5.0
- clang-tidy-10
- cppcheck
- jq
# provides xmllint
Expand Down

0 comments on commit 5ff1098

Please sign in to comment.