Travis: Added -k flag to make call so as many errors as possible are displayed instead of failing after the first one

This commit is contained in:
Shauren
2015-10-30 18:32:49 +01:00
parent e62f091a4b
commit 53d56551be

View File

@@ -32,4 +32,4 @@ script:
- cat sql/updates/world/*.sql | mysql -utrinity -ptrinity world
- mysql -uroot < sql/create/drop_mysql.sql
- cd bin
- make -j 10
- make -j 10 -k