cannot have comments wherever in travis yml file

This commit is contained in:
KjellKod 2014-10-11 22:18:17 -06:00
parent 191acd2f47
commit 3c204aa82c

View File

@ -9,12 +9,12 @@ compiler:
before_install:
# use http://lint.travis-ci.org/ to validate changes
# sudo add-apt-repository -y ppa:h-rayflood/llvm;
# sudo apt-get install --allow-unauthenticated -qq clang-3.4
if [ ${TRAVIS_OS_NAME} = 'linux' ];
then
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test;
#sudo add-apt-repository -y ppa:h-rayflood/llvm;
#sudo apt-get install --allow-unauthenticated -qq clang-3.4
sudo apt-get update -qq;
fi