diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-07-07 17:31:59 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-07-07 17:31:59 +0900 |
commit | eada787376b9f13e7fdd4e7d127074d5c3b3353e (patch) | |
tree | 868625885d5222c293d20846406bd7905b462b9e | |
parent | 898906a2ac056ab8837a7307c745c3437feff74e (diff) | |
download | libquotient-eada787376b9f13e7fdd4e7d127074d5c3b3353e.tar.gz libquotient-eada787376b9f13e7fdd4e7d127074d5c3b3353e.zip |
.travis.yml: Fix a typo in qmc-example invocation
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 880b6260..6880844b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,7 +71,7 @@ script: - qmake qmc-example.pro "CONFIG += debug" "CONFIG -= app_bundle" "QMAKE_CC = $CC" "QMAKE_CXX = $CXX" "INCLUDEPATH += 3rdparty/libQtOlm/olm/include" "LIBS += -Lbuild/lib" - make all # Run the qmake-compiled qmc-example under valgrind -- if [ "$QMC_TEST_USER" != "" ]; then $VALGRIND LD_LIBRARY_PATH="build/lib" ./qmc-example "$QMC_TEST_USER" "$QMC_TEST_PWD" qmc-example-travis '#qmc-test:matrix.org' "Travis CI job $TRAVIS_JOB_NUMBER"; fi +- if [ "$QMC_TEST_USER" != "" ]; then LD_LIBRARY_PATH="build/lib" $VALGRIND ./qmc-example "$QMC_TEST_USER" "$QMC_TEST_PWD" qmc-example-travis '#qmc-test:matrix.org' "Travis CI job $TRAVIS_JOB_NUMBER"; fi notifications: webhooks: |