Julius Pfrommer 10 年 前
コミット
4acc0a5199
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml

@@ -62,7 +62,6 @@ script:
 - make -j
 - cd .. && rm build -rf && mkdir -p build && cd build
 - echo "Debug build and unit tests (64 bit)"
-- make clean
 - cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_UNIT_TESTS=ON -DENABLE_COVERAGE=ON ..
 - make -j && make test
 - coveralls --gcov /usr/bin/gcov-4.8 -E '.*\.h' -E '.*CMakeCXXCompilerId\.cpp' -E '.*CMakeCCompilerId\.c' -r ../