summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-08-28 11:47:20 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-08-28 11:47:40 -0700
commit3a3f9ed5c243a7418c426160d31349e540dfce5e (patch)
tree9e20e492f5fb72ad79e306ae5a32e30e006c0b08 /.travis.yml
parent7f69c6d37076cf843a6365c59e76a66c44ba27ab (diff)
downloadtmwa-3a3f9ed5c243a7418c426160d31349e540dfce5e.tar.gz
tmwa-3a3f9ed5c243a7418c426160d31349e540dfce5e.tar.bz2
tmwa-3a3f9ed5c243a7418c426160d31349e540dfce5e.tar.xz
tmwa-3a3f9ed5c243a7418c426160d31349e540dfce5e.zip
Actually replace the line that hangs travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 30cb6d2..d8b7b99 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,7 +30,12 @@ install:
sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test &&
sudo apt-get update -qq;
fi
- - sudo apt-get install -qq ${REAL_CXX/clang++/clang}
+ -
+ if ! [ "${REAL_CXX}" = "clang++" ];
+ then
+ sudo apt-get install -qq ${REAL_CXX};
+ sudo apt-get update -qq;
+ fi
- sudo apt-get install -qq libgtest-dev
## Do something before the main test script