fixed travis

This commit is contained in:
gabime 2015-05-15 22:25:02 +03:00
parent 83d47aa645
commit 05a7d9f61c

View File

@ -136,7 +136,7 @@ install:
script: script:
- ./"${BIN}" - ./"${BIN}"
- valgrind --trace-children=yes --leak-check=full ./"${BIN}" - valgrind --trace-children=yes --leak-check=full ./"${BIN}"
- cd tests; make rebuild; ./tests - cd $CHECKOUT_PATH/tests; make rebuild; ./tests
notifications: notifications:
email: false email: false