[PATCH v3 0/3] Add Travis CI support
From: <hidden>
Date: 2016-06-15 23:06:49
From: Lars Schneider <redacted> 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 t9819-git-p4-case-folding based on the currently used filesytem (thanks Junio) * replace `stats` call in t9815-git-p4-submit-fail with `ls` to improve portability (thanks Junio, Torsten, and Pete) * use Travis lifecycle properly to make output foldable in Travis (see little triangle on the left of the output on the Travis website) * set git test option "--quite" and run make with option "--quite" to reduce log output noise Thanks, Lars 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 .travis.yml | 46 ++++++++++++++++++++++++++++++++++++++++++ t/t9815-git-p4-submit-fail.sh | 7 ++----- t/t9819-git-p4-case-folding.sh | 6 ++++++ 3 files changed, 54 insertions(+), 5 deletions(-) create mode 100644 .travis.yml -- 2.5.1