We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a3392 commit 32c3e01Copy full SHA for 32c3e01
.travis.yml
@@ -46,7 +46,8 @@ matrix:
46
language: node_js
47
node_js: "10"
48
jdk: oraclejdk8
49
- script: pod repo update && cd ../demo && travis_wait travis_retry tns build ios --bundle
+ before_install: pod repo update
50
+ script: cd ../demo && travis_wait travis_retry tns build ios --bundle
51
- language: android
52
os: linux
53
env:
@@ -71,5 +72,6 @@ matrix:
71
72
73
74
75
76
script:
- - pod repo update && cd ../demo && travis_wait travis_retry tns build ios
77
+ - cd ../demo && travis_wait travis_retry tns build ios
0 commit comments