[TD-2598] feature: C# taosdemo, fix command line in CI.

This commit is contained in:
Shuduo Sang 2021-01-12 21:59:20 +08:00
parent 3a9c9984de
commit a26e273303
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ matrix:
sleep 1
taosd > /dev/null &
sleep 1
mono taosdemo -Q -y || travis_terminate $?
mono taosdemo -Q DEFAULT -y || travis_terminate $?
# Color setting
RED='\033[0;31m'