Update build to use travis

Update Makefile targets

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
Derek McGowan 2018-08-01 15:37:21 -07:00
parent f0cc927784
commit dc49f84dcc
No known key found for this signature in database
GPG key ID: F58C5D0A4405ACDB
10 changed files with 189 additions and 170 deletions

View file

@ -9,3 +9,7 @@ var Package = "github.com/docker/distribution"
// build, it will be replaced by the actual version. The value here will be
// used if the registry is run after a go get based install.
var Version = "v2.6.0+unknown"
// Revision is filled with the VCS (e.g. git) revision being used to build
// the program at linking time.
var Revision = ""