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