Commit 05a7d9f6 authored by gabime's avatar gabime

fixed travis

parent 83d47aa6
...@@ -136,7 +136,7 @@ install: ...@@ -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
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