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";