From 5a8b051322bb6abdad040ef3ede54580b4ea34fb Mon Sep 17 00:00:00 2001 From: Quentin Bazin Date: Mon, 27 Jul 2020 17:40:52 +0200 Subject: [PATCH] [.travis.yml] Small fix. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cf9991df..02ae22d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,9 +27,9 @@ addons: script: - mkdir build - cd build - - cmake .. + - cmake -DOM_BUILD_TESTS:BOOL=ON .. - make -j8 - # - ./openminer_tests + - ./openminer_tests notifications: email: false