Skip to content

Commit

Permalink
update r813
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Apr 8, 2015
1 parent 1eee1bd commit 29bb08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ compiler:
- gcc

before_install:
- if [ "${CXX}" = 'g++' ]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi
- if [ "${CXX}" = 'g++' ] && [ "${HOST}" != 'WINE' ]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi
#- if [ "${CXX}" = 'clang++' ]; then wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -; fi
#- if [ "${CXX}" = 'clang++' ]; then sudo add-apt-repository --yes 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise main'; fi
#- if [ "${CXX}" = 'clang++' ]; then sudo add-apt-repository -y ppa:h-rayflood/llvm; fi
Expand Down

0 comments on commit 29bb08e

Please sign in to comment.