From 1f7cf56da441944f1c8168cc33ef222439ba939a Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Sun, 20 Oct 2019 15:24:29 +0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c2c0c84..27f5ab8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,6 @@ branches: - master script: - - sh ./build-deps.sh - sh ./autogen.sh - if [[ "$CC" == "gcc" && "$CODE_COVERAGE" == "ON" ]]; then ./configure CFLAGS="-ftest-coverage -fprofile-arcs";