Skip to content

Commit b115529

Browse files
author
Elena Hristova
committed
fix: update pod repo from travis
1 parent d62bf62 commit b115529

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ matrix:
2020
language: node_js
2121
node_js: "10"
2222
jdk: oraclejdk8
23+
before_script: pod repo update
2324
script:
2425
- cd demo && npm run build.plugin && npm i
2526
- tns build ios --bundle --env.uglify
@@ -31,6 +32,7 @@ matrix:
3132
language: node_js
3233
node_js: "10"
3334
jdk: oraclejdk8
35+
before_script: pod repo update
3436
script:
3537
- cd src && npm run build
3638
- cd ../publish && sh pack.sh
@@ -45,6 +47,7 @@ matrix:
4547
language: node_js
4648
node_js: "10"
4749
jdk: oraclejdk8
50+
before_script: pod repo update
4851
script:
4952
- cd src && npm run build
5053
- cd ../publish && sh pack.sh

0 commit comments

Comments
 (0)