From f1b55589ace4f2b9477b78089b24dd1e4f768d3d Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Sat, 22 Apr 2017 15:29:08 +0300 Subject: [PATCH] ci: fix build script for travis ci --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 611b985..2afea16 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,6 @@ before_install: - pip install --user cpp-coveralls script: - - sh ./build-deps.sh - sh ./autogen.sh - if [[ "$CC" == "gcc" && "$CODE_COVERAGE" == "ON" ]]; then ./configure CFLAGS="-ftest-coverage -fprofile-arcs";