.travis, build: Build step to push .aar to Maven Central

This commit is contained in:
Péter Szilágyi
2016-10-17 15:17:14 +03:00
parent 178da7c6a9
commit b7dfd333c5
6 changed files with 216 additions and 15 deletions

View File

@ -56,7 +56,7 @@ func GOPATH() string {
if len(path) == 0 {
log.Fatal("GOPATH is not set")
}
// Ensure that our internal vendor folder in on GOPATH
// Ensure that our internal vendor folder is on GOPATH
vendor, _ := filepath.Abs(filepath.Join("build", "_vendor"))
for _, dir := range path {
if dir == vendor {