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 d62bf62 commit b115529Copy full SHA for b115529
.travis.yml
@@ -20,6 +20,7 @@ matrix:
20
language: node_js
21
node_js: "10"
22
jdk: oraclejdk8
23
+ before_script: pod repo update
24
script:
25
- cd demo && npm run build.plugin && npm i
26
- tns build ios --bundle --env.uglify
@@ -31,6 +32,7 @@ matrix:
31
32
33
34
35
36
37
- cd src && npm run build
38
- cd ../publish && sh pack.sh
@@ -45,6 +47,7 @@ matrix:
45
47
46
48
49
50
51
52
53
0 commit comments