From ee7cdd0d71f0d06989149b5ddec8d79d553e4dcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20B=C3=BCrk?= Date: Wed, 5 Apr 2017 10:15:49 +0200 Subject: [PATCH] Fix Travis tests --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fcb397b..d5779f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,5 +19,4 @@ install: script: - "make all" - "sudo make install" - - "cd test && xvfb-run ./run.pl" - - "cd .." + - "make test"