[.travis.yml] Small fix.

master
Quentin Bazin 2020-07-27 17:40:52 +02:00
parent 51f4496c74
commit 5a8b051322
1 changed files with 2 additions and 2 deletions

View File

@ -27,9 +27,9 @@ addons:
script: script:
- mkdir build - mkdir build
- cd build - cd build
- cmake .. - cmake -DOM_BUILD_TESTS:BOOL=ON ..
- make -j8 - make -j8
# - ./openminer_tests - ./openminer_tests
notifications: notifications:
email: false email: false