From cfede32f7cb78a9ca0dd0a84f54048103f4718f3 Mon Sep 17 00:00:00 2001 From: Quentin Glidic Date: Sun, 28 May 2017 00:39:51 +0200 Subject: [PATCH] travis: Drop unneeded direct test call Signed-off-by: Quentin Glidic --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 98b07ef3..948d224b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,7 +81,6 @@ before_script: script: - ninja -C build - ninja -C build test - - ./theme_parser_test - ulimit -c unlimited - ninja -C build test-x - ninja -C build doc/html 2>&1 > doxygen.log