cling travis: add mac os ccache ot PATH.

This commit is contained in:
Axel Naumann 2018-06-12 14:33:03 +02:00 committed by sftnight
parent 436b28ca62
commit c7ac88c7b2

View File

@ -124,7 +124,8 @@ install:
# export CFLAGS="-D__builtin_unreachable=__builtin_trap"
# fi
# fi
# PATH="/usr/local/opt/ccache/libexec:$PATH"
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