fix Travis test

This commit is contained in:
Joey van Dijk 2017-06-08 10:42:19 +02:00 committed by GitHub
parent 660e0b3a8f
commit 7caa15dbf7

View File

@ -29,7 +29,7 @@ const DEFAULT_STATUS_CODES = {
pattern: '[\\s\\S]*\\[502\\][\\s\\S]*',
},
504: {
pattern: '([\s\S]*\[504\][\s\S]*)|(^[Task timed out].*)',
pattern: '([\\s\\S]*\\[504\\][\\s\\S]*)|(^\[Task timed out\].*)',
},
};