aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-12-12 03:49:42 +0100
committerTristan Gingold <tgingold@free.fr>2016-12-12 03:49:42 +0100
commit9544b52efb2f48d3031a1f1bc9070f0e4c164864 (patch)
tree03b05d46f8a60482f5db9843dd42abeb654af394 /.travis.yml
parentdf579fb5fda33ffadd20aa99a019b68ad90e08cb (diff)
downloadghdl-9544b52efb2f48d3031a1f1bc9070f0e4c164864.tar.gz
ghdl-9544b52efb2f48d3031a1f1bc9070f0e4c164864.tar.bz2
ghdl-9544b52efb2f48d3031a1f1bc9070f0e4c164864.zip
travis: use CLANGXX instead of CXX
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 a65200553..786ee5a17 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@ matrix:
dist: precise
env:
- BLD=llvm-3.8
- - CXX=clang++-3.8
+ - CLANGXX=clang++-3.8
addons:
apt:
sources: