aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-08-11 14:52:33 +0200
committerRiccardo Spagni <ric@spagni.net>2016-08-11 14:52:33 +0200
commit66f89797e0169b66885610a19f45749b65864f44 (patch)
tree7ac63505816da37ffc51ac81ee78d522ff5888d5
parentMerge pull request #939 (diff)
parentBuild: take out tests in Travis CI (diff)
downloadmonero-66f89797e0169b66885610a19f45749b65864f44.tar.xz
Merge pull request #940
e890f51 Build: take out tests in Travis CI (anonimal) 198e408 Build: add vanilla clang to Travis CI (anonimal) 659bee6 Build: add make release-test to Travis CI (anonimal)
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ba4df1cc9..1e11d543c 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