Skip to content

Commit

Permalink
Last try for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
xythobuz committed Aug 1, 2015
1 parent ad05e19 commit 5c19155
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ os:
- linux
- osx

matrix:
allow_failures:
- os: linux
compiler: clang

env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
Expand Down
2 changes: 1 addition & 1 deletion cmake/travis_install_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sudo apt-get -qq -y install libsdl2-dev libsdl2-ttf-dev libalut-dev libpng12-dev
if [ "$CC" = "gcc" ]; then sudo apt-get install gcc-4.8; fi
if [ "$CXX" = "g++" ]; then sudo apt-get install g++-4.8; fi

if [ "$CXX" = "clang++" ]; then sudo apt-get install --allow-unauthenticated clang-3.5; fi
if [ "$CXX" = "clang++" ]; then sudo apt-get -y install --allow-unauthenticated clang-3.5; fi

wget 'http://downloads.sourceforge.net/project/ogl-math/glm-0.9.6.3/glm-0.9.6.3.zip'
unzip glm-0.9.6.3.zip
Expand Down

0 comments on commit 5c19155

Please sign in to comment.