mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
shyft geth github url linked
This commit is contained in:
parent
89ab4080b6
commit
2236c17d01
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue