summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-04-22 10:21:53 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-04-22 10:21:53 +0200
commit9ff9d0edb55bcf15eb030b96f57cc6d5c63b8c5c (patch)
treea3622cfb1f7c9fc81550e6869bc1cb080cb06af3 /.travis.yml
parent263702b499ecc0862a81467b9130a259c67d767e (diff)
downloadqtlocation-mapboxgl-9ff9d0edb55bcf15eb030b96f57cc6d5c63b8c5c.tar.gz
only switch to g++-4.8 if we're doing a g++ build
this avoids using g++-4.8 on clang++ builds
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7e7de96be7..ead94415a8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ install:
- ./setup-libraries.sh
before_script:
-- export CXX="g++-4.8"
+- if [ ${CXX} = "g++" ]; then export CXX="g++-4.8" ; fi
script:
- make llmr