Removed valgrind check of bench from travis. It will take forever

pull/104/head
Gabi Melman 10 years ago
parent 5353099582
commit 619644fea9

@ -170,9 +170,7 @@ install:
script:
- ./example
- ./bench
- valgrind --trace-children=yes --leak-check=full ./example
- valgrind --trace-children=yes --leak-check=full ./bench
notifications:
email: false

Loading…
Cancel
Save