Commit 5de3aa15 authored by Luca Boccassi's avatar Luca Boccassi

Problem: clang-tidy 6 has issues with comments

Solution: bump CI to version 7
parent 2f98f703
...@@ -99,14 +99,15 @@ matrix: ...@@ -99,14 +99,15 @@ matrix:
- env: BUILD_TYPE=android CURVE=tweetnacl - env: BUILD_TYPE=android CURVE=tweetnacl
os: linux os: linux
dist: trusty dist: trusty
- env: BUILD_TYPE=cmake DO_CLANG_FORMAT_CHECK=1 CLANG_FORMAT=/usr/local/clang-5.0.0/bin/clang-format - env: BUILD_TYPE=cmake DO_CLANG_FORMAT_CHECK=1 CLANG_FORMAT=/usr/lib/llvm-7/bin/clang-format
os: linux os: linux
addons: addons:
apt: apt:
sources: sources:
- llvm-toolchain-trusty-5.0 - llvm-toolchain-trusty-7
packages: - ubuntu-toolchain-r-test
- clang-5.0 packages:
- clang-format-7
- env: BUILD_TYPE=default POLLER=poll - env: BUILD_TYPE=default POLLER=poll
os: linux os: linux
- env: BUILD_TYPE=default POLLER=select - env: BUILD_TYPE=default POLLER=select
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment