mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
561d1db074
After each push, Travis CI will trigger, and check two things: - make sure that each commit in the push has the Docker certificate of origin - make sure that all .go files changed by this sequence of commits are correctly formatted in the most recent commit Note: there is one edge case; if you do a git force push, we cannot figure out the actual commits in the force push, and we will just run the checks as if upstream master were the base. Pull requests will always be tested correctly, though. Docker-DCO-1.0-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
9 lines
490 B
Text
9 lines
490 B
Text
Solomon Hykes <solomon@dotcloud.com> (@shykes)
|
|
Guillaume Charmes <guillaume@dotcloud.com> (@creack)
|
|
Victor Vieux <victor@dotcloud.com> (@vieux)
|
|
Michael Crosby <michael@crosbymichael.com> (@crosbymichael)
|
|
.travis.yml: Tianon Gravi <admwiggin@gmail.com> (@tianon)
|
|
api.go: Victor Vieux <victor@dotcloud.com> (@vieux)
|
|
Dockerfile: Tianon Gravi <admwiggin@gmail.com> (@tianon)
|
|
Makefile: Tianon Gravi <admwiggin@gmail.com> (@tianon)
|
|
Vagrantfile: Daniel Mizyrycki <daniel@dotcloud.com> (@mzdaniel)
|