summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2016-10-26 12:35:08 (GMT)
committerStefan Radomski <github@mintwerk.de>2016-10-26 12:35:08 (GMT)
commit83facee32264fd9b1b7a3c5b1b3dfcbda2fb58f8 (patch)
tree8fa76fe5f2f11f0e249fbc98af06677ac74be8ee
parent1f7b7231c9a41d5502cec0731c4f633baf73cc7e (diff)
downloaduscxml-83facee32264fd9b1b7a3c5b1b3dfcbda2fb58f8.zip
uscxml-83facee32264fd9b1b7a3c5b1b3dfcbda2fb58f8.tar.gz
uscxml-83facee32264fd9b1b7a3c5b1b3dfcbda2fb58f8.tar.bz2
Still trying to fix travis ci
-rw-r--r--.travis.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 081c957..e018660 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,18 +9,19 @@ compiler:
- gcc
- clang
+install:
+ - if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
+
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- - gcc-4.8
- - g++-4.8
+ - gcc-4.9
+ - g++-4.9
- clang
before_install:
- - if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
- - if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -qq libxml2-dev libcurl4-openssl-dev; fi