Ver código fonte

fix(ios/travis-ci) try pod update

With the fastimage lib Travis complains about:

CocoaPods could not find compatible versions for pod "SDWebImage/Core"
master
paweldomas 7 anos atrás
pai
commit
d3dd833f21
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      ios/travis-ci/build-ipa.sh

+ 1
- 0
ios/travis-ci/build-ipa.sh Ver arquivo

@@ -130,6 +130,7 @@ cp "${CERT_DIR}/dev-profile.mobileprovision"  ~/Library/MobileDevice/Provisionin
130 130
 npm install
131 131
 
132 132
 cd ios
133
+pod update
133 134
 pod install
134 135
 cd ..
135 136
 

Carregando…
Cancelar
Salvar