travis: fix benchmark run logic [skip ci]
This commit is contained in:
parent
678907e027
commit
b0392ff002
1 changed files with 1 additions and 1 deletions
|
@ -51,4 +51,4 @@ before_script:
|
|||
- make test
|
||||
|
||||
script:
|
||||
- if [[ ${BENCHMARK} ]]; then make bench; fi;
|
||||
- if [[ ${BENCHMARK} != False ]]; then make bench; fi;
|
||||
|
|
Loading…
Reference in a new issue