diff --git a/.travis.yml b/.travis.yml index d47e364..c424658 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,4 +18,7 @@ script: - cd build - cmake .. -DCMAKE_BUILD_TYPE=$CONFIGURATION -DTARGET_CPU=$PLATFORM - cmake --build . --config $CONFIGURATION - - ctest -V --output-on-failure -С $CONFIGURATION \ No newline at end of file + - ctest -V --output-on-failure -С $CONFIGURATION + +notifications: + email: false \ No newline at end of file