This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, master has been updated via 6c2c1bbf83a2a69b99d28baecfc8bd3421b651d6 (commit) from 35525f70aa68e55dca6b05cf59a515c50e7dcba2 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 6c2c1bbf83a2a69b99d28baecfc8bd3421b651d6 Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Fri Nov 16 16:47:02 2018 +0300
travis: define compiler for clang test
without specifying compiler CC falls back to default gcc after it was initialized to clang. Current change forces test to use clang.
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org Reviewed-by: Petri Savolainen petri.savolainen@linaro.org
diff --git a/.travis.yml b/.travis.yml index d06530ce..f2b87b7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -231,7 +231,8 @@ jobs: -e CC="${CC}" ${DOCKER_NAMESPACE}/travis-odp-lng-ubuntu_16.04 /odp/scripts/ci/build_${ARCH}.sh - stage: "build only" - env: ARCH=x86_64 CC=clang + env: ARCH=x86_64 + compiler: clang install: - true script:
-----------------------------------------------------------------------
Summary of changes: .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive