From 1900e7b25f63acade7a8d73eda3cb209ea993443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Sun, 25 May 2014 14:49:38 +0200 Subject: [PATCH] travis: run test_matchcompiler.py --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8285cd00d..5ffedee5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,6 +78,8 @@ script: - ./tools/test_showtimetop5.sh # check the files in cgf dir with xmllint - xmllint --noout cfg/* +# check matchcompiler + - ./tools/test_matchcompiler.py # check if Makefile needs to be regenerated - git clean -dfx - make dmake