ci: fix build script for travis ci

This commit is contained in:
Recep Aslantas
2017-04-22 15:29:08 +03:00
parent ef5a8549e2
commit f1b55589ac

View File

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