summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2014-11-11 00:42:28 +0100
committerHaru <haru@dotalux.com>2014-11-11 00:44:37 +0100
commit53b3577e9929fd304f55af622f5be2f4b32b19d4 (patch)
treea20a6278d461fa6bc5d500736c91376475d4fb6e /.travis.yml
parentcf39fdb21417361bdc5da2c755da68b18d4daa5e (diff)
downloadhercules-53b3577e9929fd304f55af622f5be2f4b32b19d4.tar.gz
hercules-53b3577e9929fd304f55af622f5be2f4b32b19d4.tar.bz2
hercules-53b3577e9929fd304f55af622f5be2f4b32b19d4.tar.xz
hercules-53b3577e9929fd304f55af622f5be2f4b32b19d4.zip
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 <haru@dotalux.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
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