summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorandy5995 <andy400-dev@yahoo.com>2019-07-26 23:51:18 -0500
committerandy5995 <andy400-dev@yahoo.com>2019-07-26 23:51:18 -0500
commit509600a7f7cd67eecf373724641f2017fce0d7e1 (patch)
treedea4b717c16df0ee048cce572cc2f673b0651aae /.travis.yml
parent4f69529a048bbaead5b4efba81be39b118f6b955 (diff)
downloadjson-c-509600a7f7cd67eecf373724641f2017fce0d7e1.tar.gz
add xenial default clang with CHECK enabled
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9a28e5b..222aa7f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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