We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f190be3 commit 61a7646Copy full SHA for 61a7646
.travis.yml
@@ -13,6 +13,7 @@ matrix:
13
language: node_js
14
node_js: "10"
15
jdk: oraclejdk8
16
+ before_script: pod repo update
17
script: cd demo && npm run build.plugin && npm i && tns build ios --bundle --env.uglify
18
- language: android
19
env:
@@ -28,6 +29,7 @@ matrix:
28
29
30
31
32
33
script:
34
- cd src && npm i && npm run preparedemo && cd ../demo && tns build ios
35
0 commit comments