From 91f0c40691745f10707a19bc1b1a5b78eb43a64a Mon Sep 17 00:00:00 2001 From: nowrep Date: Sat, 1 Feb 2014 16:56:17 +0100 Subject: [PATCH] [Travis] Fix the invocation of tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 38816bae5..12af9cd9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,4 @@ install: script: - qmake - make - - cd scripts && ./run_tests.py + - cd scripts && ./run_tests.sh