[.travis.yml] Small fix.

This commit is contained in:
Quentin Bazin 2020-07-27 17:40:52 +02:00
parent 51f4496c74
commit 5a8b051322

View File

@ -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