diff options
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6fc5958..03454c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,9 @@ os: linux dist: xenial sudo: false language: c -compiler: gcc +compiler: + - gcc + - clang addons: apt: @@ -10,6 +12,7 @@ addons: - doxygen - graphviz - python3-pip + - python-setuptools before_script: - pip3 install --upgrade pip |