Julius Pfrommer пре 9 година
родитељ
комит
771c3f09d7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -91,7 +91,7 @@ script:
 - echo "Debug build and unit tests (64 bit)"
 - echo "Debug build and unit tests (64 bit)"
 - cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_DEMO_NODESET=ON -DBUILD_UNIT_TESTS=ON -DENABLE_COVERAGE=ON ..
 - cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_DEMO_NODESET=ON -DBUILD_UNIT_TESTS=ON -DENABLE_COVERAGE=ON ..
 - make && make test
 - make && make test
-- echo "Run valgrind to see if the server leaks memory (just starting up and closing..)
+- echo "Run valgrind to see if the server leaks memory (just starting up and closing..)"
 - valgrind --error-exitcode=3 ./server & export pid=$!; sleep 2; kill -INT $pid; wait $pid
 - valgrind --error-exitcode=3 ./server & export pid=$!; sleep 2; kill -INT $pid; wait $pid
 - (coveralls --gcov /usr/bin/gcov-4.8 -E '.*\.h' -E '.*CMakeCXXCompilerId\.cpp' -E '.*CMakeCCompilerId\.c' -r ../ ; exit 0)
 - (coveralls --gcov /usr/bin/gcov-4.8 -E '.*\.h' -E '.*CMakeCXXCompilerId\.cpp' -E '.*CMakeCCompilerId\.c' -r ../ ; exit 0)
 - cd .. 
 - cd ..