Skip to content

Commit 7655f79

Browse files
authored
Update .travis.yml
1 parent ebc7651 commit 7655f79

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ matrix:
5555

5656
- stage: "WebPack"
5757
os: osx
58-
env:
58+
env:
59+
- iOS="10.3"
60+
- Xcode="8.3"
5961
- Platform="iOS"
6062
osx_image: xcode8.3
6163
language: node_js
@@ -67,9 +69,10 @@ matrix:
6769
- language: android
6870
os: linux
6971
env:
72+
- Android="25"
7073
- Platform="Android"
7174
jdk: oraclejdk8
7275
before_install: nvm install 6.10.3
7376
script:
7477
- cd demo && npm install && npm run ns-bundle --android --build-app --uglify && cd ..
75-
- 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

Comments
 (0)