.travis.yml: make build independent of repo name (#17607)

This commit is contained in:
Nguyen Kien Trung 2019-02-22 06:07:04 -05:00 committed by Felix Lange
parent c8da76e63d
commit 1993227311

View File

@ -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