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
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -17,26 +17,25 @@ matrix:
17
17
os: linux
18
18
node_js: "6"
19
19
script: cd src && npm run ci.tslint && cd ../demo && npm run ci.tslint && cd ../demo-angular && npm run ci.tslint
20
-
- stage: "WebPack"
20
+
- stage: "WebPack and Build"
21
21
os: osx
22
22
env:
23
-
- Webpack="iOS"
24
-
osx_image: xcode8.3
23
+
- WebpackiOS="11"
24
+
osx_image: xcode9.1
25
25
language: node_js
26
26
node_js: "6"
27
27
jdk: oraclejdk8
28
28
script: cd demo && npm run build.plugin && npm i && npm run ns-bundle --ios --build-app --uglify && cd ../demo-angular && npm run build.plugin && npm i && npm run ns-bundle --ios --build-app --uglify
29
29
- language: android
30
30
os: linux
31
31
env:
32
-
- Webpack="Android"
32
+
- WebpackAndroid="26"
33
33
jdk: oraclejdk8
34
34
before_install: nvm install 6.10.3
35
35
script: cd demo && npm run build.plugin && npm i && npm run ns-bundle --android --build-app --uglify --snapshot && cd ../demo-angular && npm run build.plugin && npm i && npm run ns-bundle --android --build-app --uglify --snapshot
0 commit comments