travis, build: cocoapods build fixes and travis caches

This commit is contained in:
Péter Szilágyi
2016-11-14 18:00:14 +02:00
parent 5513c49c54
commit 4c16c82500
4 changed files with 18 additions and 3 deletions
+1 -1
View File
@@ -17,6 +17,6 @@ Pod::Spec.new do |spec|
curl https://gethstore.blob.core.windows.net/builds/geth-ios-all-{{.Version}}.tar.gz | tar -xvz
mkdir Frameworks
mv geth-ios-all-{{.Version}}/Geth.framework Frameworks
rm geth-ios-all-{{.Version}}
rm -rf geth-ios-all-{{.Version}}
CMD
end