We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc7651 commit 7655f79Copy full SHA for 7655f79
1 file changed
.travis.yml
@@ -55,7 +55,9 @@ matrix:
55
56
- stage: "WebPack"
57
os: osx
58
- env:
+ env:
59
+ - iOS="10.3"
60
+ - Xcode="8.3"
61
- Platform="iOS"
62
osx_image: xcode8.3
63
language: node_js
@@ -67,9 +69,10 @@ matrix:
67
69
- language: android
68
70
os: linux
71
env:
72
+ - Android="25"
73
- Platform="Android"
74
jdk: oraclejdk8
75
before_install: nvm install 6.10.3
76
script:
77
- cd demo && npm install && npm run ns-bundle --android --build-app --uglify && cd ..
- - cd demo-ng && npm install && npm run ns-bundle --android --build-app --uglify && cd ..
78
+ - cd demo-ng && npm install && npm run ns-bundle --android --build-app --uglify && cd ..
0 commit comments