Skip to content

Commit acee3cb

Browse files
author
Elena Hristova
committed
update pod filed in travis configurations
1 parent b520d1e commit acee3cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ matrix:
2525
language: node_js
2626
node_js: "8"
2727
jdk: oraclejdk8
28+
before_script: pod repo update
2829
script: cd src && npm run build.iosOnly && cd ../demo && npm i && tns build ios --env.uglify && cd ../demo-angular && npm i && tns build ios --env.uglify --env.aot
2930
- language: android
3031
os: linux
@@ -52,6 +53,7 @@ matrix:
5253
language: node_js
5354
node_js: "8"
5455
jdk: oraclejdk8
56+
before_script: pod repo update
5557
script:
5658
- cd demo && npm run ci.ios.build && cd ../demo-angular && npm run ci.ios.build
5759
- cd $IOS_PACKAGE_FOLDER && zip -r $IOS_PACKAGE demo.app

0 commit comments

Comments
 (0)