diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-02-26 16:50:01 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-02-26 16:50:01 +0900 |
commit | 431eea5f4a03f8a5622eaf30f45187ad51e50b42 (patch) | |
tree | 355ae93ba159cdcadfe90ff5f176fe5ae0d64330 | |
parent | 979756e26af57e715efe64f8de8068243fa27e9f (diff) | |
download | libquotient-431eea5f4a03f8a5622eaf30f45187ad51e50b42.tar.gz libquotient-431eea5f4a03f8a5622eaf30f45187ad51e50b42.zip |
Travis CI: Skip valgrind on OSX; send a message to a test room on every run
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ff255ac1..777d956a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ script: - cmake --build . --target all - cd .. - qmake qmc-example.pro "CONFIG += debug" "QMAKE_CC = $CC" "QMAKE_CXX = $CXX" && make all -- valgrind --tool=memcheck --leak-check=yes --show-reachable=yes ./qmc-example "$QMC_TEST_USER" "$QMC_TEST_PWD" +- if [ "$TRAVIS_OS_NAME" = "linux" ]; then valgrind --tool=memcheck --leak-check=yes --show-reachable=yes ./qmc-example "$QMC_TEST_USER" "$QMC_TEST_PWD" '#qmc-test:matrix.org' notifications: webhooks: |