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
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
branches:
2
-
only:
2
+
only:
3
3
- master
4
4
env:
5
5
global:
@@ -22,7 +22,7 @@ matrix:
22
22
env:
23
23
- WebpackiOS="12.0"
24
24
osx_image: xcode10.0
25
-
language: node_js
25
+
language: node_js
26
26
node_js: "8"
27
27
jdk: oraclejdk8
28
28
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
@@ -36,7 +36,7 @@ matrix:
36
36
- cd src && npm run build && cd ../demo && npm i && tns build android --env.uglify --env.snapshot
37
37
- cd ../demo-angular && npm i && tns build android --env.uglify --env.snapshot --env.aot
38
38
- language: android
39
-
env:
39
+
env:
40
40
- BuildAndroid="28"
41
41
os: linux
42
42
jdk: oraclejdk8
@@ -45,36 +45,36 @@ matrix:
45
45
- cd demo && npm run ci.android.build && cd ../demo-angular && npm run ci.android.build
0 commit comments