From 659bee6adacfca6f538cbf56e62639f84025857c Mon Sep 17 00:00:00 2001
From: anonimal <anonimal@i2pmail.org>
Date: Fri, 29 Jul 2016 17:10:37 +0000
Subject: [PATCH 1/3] Build: add make release-test to Travis CI

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index ba4df1cc9..9798cd2cc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,7 @@ addons:
     - libunwind8-dev
     #sources:
     #- ubuntu-toolchain-r-test
-script: make -j2 && HAVE_DOT=YES doxygen Doxyfile
+script: make -j2 && travis_wait make -j2 release-test && HAVE_DOT=YES doxygen Doxyfile
 notifications:
   email: false
   irc:

From 198e40816d6ed29d3a73c818cc104ea746e65eef Mon Sep 17 00:00:00 2001
From: anonimal <anonimal@i2pmail.org>
Date: Fri, 29 Jul 2016 22:29:02 +0000
Subject: [PATCH 2/3] Build: add vanilla clang to Travis CI

---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

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

From e890f51b15472ad2bc4302d2070aac473ca4a655 Mon Sep 17 00:00:00 2001
From: anonimal <anonimal@i2pmail.org>
Date: Sat, 30 Jul 2016 00:09:37 +0000
Subject: [PATCH 3/3] Build: take out tests in Travis CI

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 68732575e..1e11d543c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,7 @@ addons:
     - libunwind8-dev
     #sources:
     #- ubuntu-toolchain-r-test
-script: make -j2 && travis_wait make -j2 release-test && HAVE_DOT=YES doxygen Doxyfile
+script: make -j2 && HAVE_DOT=YES doxygen Doxyfile
 notifications:
   email: false
   irc: