From 05a7d9f61caeb4fa8a6eb2ba8993e0db635ba4f1 Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 15 May 2015 22:25:02 +0300 Subject: [PATCH] fixed travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8cf9a9ae..85eb8491 100644 --- a/.travis.yml +++ b/.travis.yml @@ -136,7 +136,7 @@ install: script: - ./"${BIN}" - valgrind --trace-children=yes --leak-check=full ./"${BIN}" - - cd tests; make rebuild; ./tests + - cd $CHECKOUT_PATH/tests; make rebuild; ./tests notifications: email: false