summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2016-10-26 13:58:39 (GMT)
committerStefan Radomski <github@mintwerk.de>2016-10-26 13:58:39 (GMT)
commit5573e106735efc23b609e4d0603cc732bfbc3659 (patch)
treefd3dc1430dd88f510922531235eca7ccb8fb9a38 /.travis.yml
parent35f02c12f5e90dc7259787f002fdaeeac646b78d (diff)
downloaduscxml-5573e106735efc23b609e4d0603cc732bfbc3659.zip
uscxml-5573e106735efc23b609e4d0603cc732bfbc3659.tar.gz
uscxml-5573e106735efc23b609e4d0603cc732bfbc3659.tar.bz2
Still trying to fix travis CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e018660..56b0972 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,7 @@ compiler:
install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
+ - if [ "$CXX" = "clang" ]; then export CXX="clang++-3.5" CC="clang-3.5"; fi
addons:
apt:
@@ -19,7 +20,7 @@ addons:
packages:
- gcc-4.9
- g++-4.9
- - clang
+ - clang-3.5
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; fi