Merge branch 'sg/travis-build-during-script-phase' into next
authorJunio C Hamano <gitster@pobox.com>
Fri, 2 Mar 2018 20:18:22 +0000 (12:18 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 Mar 2018 20:18:22 +0000 (12:18 -0800)
Build the executable in 'script' phase in Travis CI integration, to
follow the established practice, rather than during 'before_script'
phase. This allows the CI categorize the failures better ('failed'
is project's fault, 'errored' is build environment's).

* sg/travis-build-during-script-phase:
travis-ci: build Git during the 'script' phase

No differences found