From 1993227311f2e67398a5796f3d5a0dbe48c4409f Mon Sep 17 00:00:00 2001
From: Nguyen Kien Trung <trung.n.k@gmail.com>
Date: Fri, 22 Feb 2019 06:07:04 -0500
Subject: [PATCH] .travis.yml: make build independent of repo name (#17607)

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a079d9eb8..015807dc1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -171,7 +171,7 @@ matrix:
         - export ANDROID_NDK=$HOME/android-ndk-r17b
 
         - mkdir -p $GOPATH/src/github.com/ethereum
-        - ln -s `pwd` $GOPATH/src/github.com/ethereum
+        - ln -s `pwd` $GOPATH/src/github.com/ethereum/go-ethereum
         - go run build/ci.go aar -signer ANDROID_SIGNING_KEY -deploy https://oss.sonatype.org -upload gethstore/builds
 
     # This builder does the OSX Azure, iOS CocoaPods and iOS Azure uploads
-- 
GitLab