aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTaylor Holberton <taylorcholberton@gmail.com>2018-12-17 14:48:08 +0000
committerTaylor Holberton <taylorcholberton@gmail.com>2018-12-17 14:48:08 +0000
commit43817748da3b9d657533fd5de0f6dd06add2104c (patch)
treee967d3d99a4119b794e1f36f40f60e167eb86a76 /.travis.yml
parent35cb22f5757b17270b72c9afc8d10c324116971f (diff)
Installing python setup tools, checking with clang
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
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