You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ matrix:
25
25
language: node_js
26
26
node_js: "8"
27
27
jdk: oraclejdk8
28
+
before_script: pod repo update
28
29
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
29
30
- language: android
30
31
os: linux
@@ -52,6 +53,7 @@ matrix:
52
53
language: node_js
53
54
node_js: "8"
54
55
jdk: oraclejdk8
56
+
before_script: pod repo update
55
57
script:
56
58
- cd demo && npm run ci.ios.build && cd ../demo-angular && npm run ci.ios.build
57
59
- cd $IOS_PACKAGE_FOLDER && zip -r $IOS_PACKAGE demo.app
0 commit comments