From 53b3577e9929fd304f55af622f5be2f4b32b19d4 Mon Sep 17 00:00:00 2001 From: Haru Date: Tue, 11 Nov 2014 00:42:28 +0100 Subject: Corrected some uninitialized interface functions - Detected through the just merged validation tool, special thanks to Andrei Karas. - Added validation tool to the Travis tests. Signed-off-by: Haru --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a7f6a789f..fe43d9b70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,8 @@ before_script: - ./travis.sh importdb ragnarok travis - mysql -u root -e "SET PASSWORD FOR 'travis'@'localhost' = PASSWORD('travis');" -script: +script: + - cd tools && ./validateinterfaces.py silent - ./travis.sh build $CONFIGURE_FLAGS - ./travis.sh test ragnarok travis travis -- cgit v1.2.3-60-g2f50