From e8880ef4d8c00de91f72e7aa2d75b05abdecdafb Mon Sep 17 00:00:00 2001
From: Ben Longbons <b.r.longbons@gmail.com>
Date: Fri, 23 Aug 2013 12:14:38 -0700
Subject: Add gcc 4.8 to travis spec

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

diff --git a/.travis.yml b/.travis.yml
index c176843..f1f370d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,7 @@ install:
 # if > or | folding is used, error
 # but YAML folds by default on this, so it works (I hope)
   -
-    if [ "${REAL_CXX}" = "g++-4.7" ];
+    if [ "${REAL_CXX}" = "g++-4.7" ] || [ "${REAL_CXX}" = "g++-4.8" ];
     then
         sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test &&
         sudo apt-get update -qq;
@@ -38,6 +38,7 @@ install:
 
 ## Main test script
 script:
+  - ${REAL_CXX} --version
   - ./configure --dev CXX=${REAL_CXX} CPPFLAGS=-DQUIET
   - make -k -j2
 
@@ -58,4 +59,5 @@ after_script:
 env:
   - REAL_CXX=g++-4.6
   - REAL_CXX=g++-4.7
+  - REAL_CXX=g++-4.8
   - REAL_CXX=clang++
-- 
cgit v1.2.3-70-g09d2