Explorar o código

one more relates to #149

Stasik0 %!s(int64=10) %!d(string=hai) anos
pai
achega
f91cc50bdd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -48,7 +48,7 @@ script:
    - make doc
    - echo "Debug build and unit tests (32 bit)"
    - make clean
-   - cmake -DCMAKE_C_FLAGS=-m32 -DCMAKE_BUILD_TYPE=Debug -DENABLE_UNIT_TESTS=ON -DENABLE_COVERAGE=ON ..
+   - cmake -DCMAKE_C_FLAGS=-m32 -DCMAKE_BUILD_TYPE=Debug -DENABLE_UNIT_TESTS=ON ..
    - make && make test
    - echo "Debug build and unit tests (64 bit)"
    - make clean