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

This commit is contained in:
Gabi Melman 2015-05-11 16:15:27 +03:00
parent 5353099582
commit 619644fea9
1 changed files with 0 additions and 2 deletions

View File

@ -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