cling travis: indent of comments.

This commit is contained in:
Axel Naumann 2018-06-12 15:57:19 +02:00 committed by sftnight
parent c7ac88c7b2
commit 2d768ab1ad

View File

@ -116,18 +116,8 @@ install:
export CLING_LOCAL_BIN="$CLING_USER_ROOT/bin"
if [ $TRAVIS_OS_NAME == 'osx' ]; then
brew install ccache python coreutils
# if [[ "$COMPILER" == g++-* ]]; then
# brew install "gcc@${COMPILER##*++-}"
# brew link --overwrite "gcc@${COMPILER##*++-}"
# if [[ "$COMPILER" == "g++-6" ]]; then
# export CXXFLAGS="-D__builtin_unreachable=__builtin_trap"
# export CFLAGS="-D__builtin_unreachable=__builtin_trap"
# fi
# fi
PATH="/usr/local/opt/ccache/libexec:$PATH"
# This is where timeout is hiding now, is the above still neccessary?
# PATH="$PATH:/usr/local/opt/coreutils/libexec/gnubin"
fi
if [ "$COMPILER" == "g++-7" ]; then