Re: [PATCH v3 0/3] Add Travis CI support

2015-10-12 Thread Junio C Hamano
larsxschnei...@gmail.com writes: > Lars Schneider (3): > Add Travis CI support > git-p4: Improve test case portability for t9815 git-p4-submit-fail > git-p4: Skip t9819 test case on case insensitive file systems Can you split this into two separate series? It seems Luke is happy with the p

Re: [PATCH v3 0/3] Add Travis CI support

2015-10-12 Thread Junio C Hamano
larsxschnei...@gmail.com writes: > Lars Schneider (3): > Add Travis CI support > git-p4: Improve test case portability for t9815 git-p4-submit-fail > git-p4: Skip t9819 test case on case insensitive file systems Can you make this two separate series? It seems Luke is happy with the p4 bits

[PATCH v3 0/3] Add Travis CI support

2015-10-11 Thread larsxschneider
From: Lars Schneider diff to v2: * fix commit message to express what systems the Travis CI's infrastructure "currently" uses (thanks Dscho) * use `case` instead `if` syntax for OS detection (thanks Dscho) * remove unnessary DARWIN flag (thanks Junio) * use flag `case_insensitive_fs` to disable