mirror of
https://github.com/KjellKod/g3log.git
synced 2025-01-19 00:46:03 +01:00
cannot have comments wherever in travis yml file
This commit is contained in:
parent
191acd2f47
commit
3c204aa82c
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user