From bd588ad0f4bed71863f9b4a3d47661b38d70511d Mon Sep 17 00:00:00 2001
From: Alam Ed Arias <alam@srb2.org>
Date: Tue, 31 May 2016 11:05:59 -0400
Subject: [PATCH] travis-ci: note down what version of clang we are compiling
 with

---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a6423b6245..a5d1d0f678 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -131,7 +131,7 @@ matrix:
               - p7zip-full
               - clang-3.6
           compiler: clang-3.6
-          #
+          #Ubuntu clang version 3.6.2-svn240577-1~exp1 (branches/release_36) (based on LLVM 3.6.2)
         - os: linux
           addons:
             apt:
@@ -146,7 +146,7 @@ matrix:
               - p7zip-full
               - clang-3.7
           compiler: clang-3.7
-          #
+          #Ubuntu clang version 3.7.1-svn253571-1~exp1 (branches/release_37) (based on LLVM 3.7.1)
         - os: linux
           addons:
             apt:
@@ -161,7 +161,7 @@ matrix:
               - p7zip-full
               - clang-3.8
           compiler: clang-3.8
-          #
+          #clang version 3.8.1-svn271127-1~exp1 (branches/release_38)
         - os: osx
           osx_image: beta-xcode6.1
           #Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)
-- 
GitLab