fixed travis build (hopefully)

This commit is contained in:
Joel Höner 2015-05-21 00:40:17 +02:00
parent 10edb0585d
commit d95bcd517f
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ before_install:
- wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -; - wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -;
- sudo apt-get update - sudo apt-get update
- sudo apt-get install -qq --allow-unauthenticated llvm-3.6 llvm-3.6-dev clang-3.6 libstdc++-4.8-dev lib32stdc++6 - sudo apt-get install -qq --allow-unauthenticated llvm-3.6 llvm-3.6-dev clang-3.6 libstdc++-4.8-dev lib32stdc++6
- export CXX="clang++-3.6" CC="clang-3.6"
# Install cmake 3.2 # Install cmake 3.2
- wget http://www.cmake.org/files/v3.2/cmake-3.2.2-Linux-i386.sh - wget http://www.cmake.org/files/v3.2/cmake-3.2.2-Linux-i386.sh
- chmod a+x cmake-3.2.2-Linux-i386.sh - chmod a+x cmake-3.2.2-Linux-i386.sh