From 30c61befbac5858e4fe5427a67f0315e3972b164 Mon Sep 17 00:00:00 2001 From: David Halter Date: Thu, 6 Sep 2012 02:17:53 +0200 Subject: [PATCH] fixed travis test bug --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 620c1657..0e8c6d82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ python: install: echo "No external requirements" script: - cd test - - test.sh + - ./test.sh