From 026a096440629196e19d6c407cb5b621506e8d63 Mon Sep 17 00:00:00 2001 From: Giacomo Tesio Date: Sun, 27 Nov 2016 00:17:10 +0100 Subject: [PATCH] .travis.yml: cov-configure --compiler x86_64-jehanne-gcc --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d0a8a66..f69fc2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,6 @@ addons: name: JehanneOS/jehanne description: Build submitted via Travis CI notification_email: jehanneos@googlegroups.com - build_command_prepend: "cov-configure --template --comptype gcc --compiler $JEHANNE/hacking/cross/toolchain/bin/x86_64-jehanne-gcc" + build_command_prepend: "cov-configure --template --comptype gcc --compiler x86_64-jehanne-gcc" build_command: "./hacking/coverity-scan.sh" branch_pattern: coverity_scan