travis: fix benchmark run logic [skip ci]

This commit is contained in:
Dane Springmeyer 2014-08-09 14:01:28 -07:00
parent 678907e027
commit b0392ff002

View file

@ -51,4 +51,4 @@ before_script:
- make test
script:
- if [[ ${BENCHMARK} ]]; then make bench; fi;
- if [[ ${BENCHMARK} != False ]]; then make bench; fi;