Removed valgrind check of bench from travis. It will take forever
This commit is contained in:
parent
5353099582
commit
619644fea9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user