From 905e6254de0c72073c09aee3a5c0f218831ae83d Mon Sep 17 00:00:00 2001
From: lekshmideepu <lekshmideepu@users.noreply.github.com>
Date: Fri, 7 Aug 2015 13:52:42 +0200
Subject: [PATCH] Update .travis.yml

---
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 5f95003..4c4ce11 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,11 +16,14 @@ cache:
   apt: true 
   ccache: true
   
+
 before_install:
+  - if [ "$CXX" == "g++" ]; then export CXX=""; fi
+  - if [ "$CC" == "gcc" ];  then export CXX=""; fi
+  
   - echo $LANG
   - echo $LC_ALL
 
-  
   # update repository status (-qq is more quiet)
   - sudo apt-get update -qq
   - sudo apt-get install -y  coreutils gawk mawk original-awk
-- 
GitLab