On 2019/01/02, Eric Engestrom wrote:
> Fixes the following errors:
> usage: which [-as] program ...
> /Users/travis/.travis/job_stages: line 110: --version: command not found
>
> ... caused by the use of an undefined $LLVM_CONFIG
>
> Signed-off-by: Eric Engestrom
Reviewed-by: Emil Velikov
Fixes the following errors:
usage: which [-as] program ...
/Users/travis/.travis/job_stages: line 110: --version: command not found
... caused by the use of an undefined $LLVM_CONFIG
Signed-off-by: Eric Engestrom
---
.travis.yml | 14 +-
1 file changed, 9 insertions(+), 5 deleti