From 2236c17d0120ad8520883cb3901f473494d61739 Mon Sep 17 00:00:00 2001 From: priom Date: Mon, 4 Jun 2018 17:05:51 -0400 Subject: [PATCH] shyft geth github url linked --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d17d1116a4..c4753fa9d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: go -go_import_path: github.com/ethereum/go-ethereum +go_import_path: github.com/ShyftNetwork/shyft_go-ethereum sudo: false matrix: include: @@ -151,7 +151,7 @@ matrix: - export GOROOT=`pwd`/go - export GOPATH=$HOME/go script: - # Build the Android archive and upload it to Maven Central and Azure + # Build the Android archive and upload it gto Maven Central and Azure - curl https://dl.google.com/android/repository/android-ndk-r15c-linux-x86_64.zip -o android-ndk-r15c.zip - unzip -q android-ndk-r15c.zip && rm android-ndk-r15c.zip - mv android-ndk-r15c $HOME @@ -178,6 +178,7 @@ matrix: - gem uninstall cocoapods -a -x - gem install cocoapods + - mv ~/.cocoapods/repos/master ~/.cocoapods/repos/master.bak - sed -i '.bak' 's/repo.join/!repo.join/g' $(dirname `gem which cocoapods`)/cocoapods/sources_manager.rb - if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then git clone --depth=1 https://github.com/CocoaPods/Specs.git ~/.cocoapods/repos/master && pod setup --verbose; fi