diff options
-rw-r--r-- | .travis.yml | 1 | ||||
-rwxr-xr-x | travis.sh | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fe43d9b70..3095bbc67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,6 @@ before_script: - mysql -u root -e "SET PASSWORD FOR 'travis'@'localhost' = PASSWORD('travis');" script: - - cd tools && ./validateinterfaces.py silent - ./travis.sh build $CONFIGURE_FLAGS - ./travis.sh test ragnarok travis travis @@ -54,6 +54,7 @@ case "$MODE" in mysql $DBUSER $DBPASS $DBNAME < sql-files/logs.sql || aborterror "Unable to import logs database." ;; build) + (cd tools && ./validateinterfaces.py silent) || aborterror "Interface validation error." ./configure $@ || aborterror "Configure error, aborting build." make sql -j3 || aborterror "Build failed." if [ -f src/plugins/script_mapquit.c ]; then |