summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorluqiuwen <[email protected]>2019-09-24 19:31:33 +0800
committerluqiuwen <[email protected]>2019-09-24 19:31:33 +0800
commita1b423857738f974ab3a910c6fc40e9586a6b81e (patch)
treeb73dba93ad682efcfacef96439ae13c1a5cb8735 /ci
parent5e319a1f79fa564cd5cd299f4d07f9d023825208 (diff)
#162 在CI运行单元测试用例。
Diffstat (limited to 'ci')
-rw-r--r--ci/travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/travis.sh b/ci/travis.sh
index bc90c20..ad221e1 100644
--- a/ci/travis.sh
+++ b/ci/travis.sh
@@ -42,7 +42,7 @@ cmake -DCMAKE_CXX_FLAGS=$CXX_FLAGS \
..
make
-# make test || true
+make test
if [ -n "${PACKAGE}" ]; then
make package