Browse Source

add xenial default clang with CHECK enabled

tags/json-c-0.14-20200419
andy5995 6 years ago
parent
commit
509600a7f7
No known key found for this signature in database GPG Key ID: 6BFEC9B82603CAF
1 changed files with 12 additions and 1 deletions
  1. +12
    -1
      .travis.yml

+ 12
- 1
.travis.yml View File

@@ -53,8 +53,19 @@ matrix:
- clang-6.0
env: MATRIX_EVAL="CC=clang-6.0 && CXX=clang++-6.0"
# clang-7 is the default on xenial and bionic
- os: linux
dist: xenial
compiler: clang
addons:
apt:
packages:
- valgrind
- cppcheck
- doxygen
env: CHECK="true"
# bionic
# The default clang on bionic is clang 7.0
- os: linux
dist: bionic
compiler: clang


Loading…
Cancel
Save