1
0
Fork 0

timestamps in tests (#3240)

This commit is contained in:
Frank Celler 2017-09-12 10:39:32 +02:00 committed by GitHub
parent ad74472c14
commit 7c3215c386
1 changed files with 4 additions and 2 deletions

View File

@ -976,5 +976,7 @@ def runOperatingSystems(osList) {
parallel branches
}
checkCommitMessages()
runOperatingSystems(['linux', 'mac', 'windows'])
timestamps {
checkCommitMessages()
runOperatingSystems(['linux', 'mac', 'windows'])
}