From a1b423857738f974ab3a910c6fc40e9586a6b81e Mon Sep 17 00:00:00 2001 From: luqiuwen Date: Tue, 24 Sep 2019 19:31:33 +0800 Subject: [PATCH] =?UTF-8?q?#162=20=E5=9C=A8CI=E8=BF=90=E8=A1=8C=E5=8D=95?= =?UTF-8?q?=E5=85=83=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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