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

(cherry picked from commit 53d56551be)
This commit is contained in:
Shauren
2015-10-30 18:32:49 +01:00
parent 7f09392ccc
commit b9e7b54637

View File

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