Commit 619644fe authored by Gabi Melman's avatar Gabi Melman

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

parent 53530995
...@@ -170,9 +170,7 @@ install: ...@@ -170,9 +170,7 @@ install:
script: script:
- ./example - ./example
- ./bench
- valgrind --trace-children=yes --leak-check=full ./example - valgrind --trace-children=yes --leak-check=full ./example
- valgrind --trace-children=yes --leak-check=full ./bench
notifications: notifications:
email: false email: false
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment