aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authoranonimal <anonimal@i2pmail.org>2016-07-29 22:29:02 +0000
committeranonimal <anonimal@i2pmail.org>2016-07-29 22:29:02 +0000
commit198e40816d6ed29d3a73c818cc104ea746e65eef (patch)
treef151e1ba22a3a4705f4aa18ab2da9a647d0999a2 /.travis.yml
parentBuild: add make release-test to Travis CI (diff)
downloadmonero-198e40816d6ed29d3a73c818cc104ea746e65eef.tar.xz
Build: add vanilla clang to Travis CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 9798cd2cc..68732575e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ dist: trusty
language: cpp
compiler:
- gcc
+- clang
addons:
apt:
packages:
@@ -11,6 +12,7 @@ addons:
- doxygen
- g++
- gcc
+ - clang
- graphviz
- libboost1.55-all-dev
- libdb++-dev