Skip to content

Commit 8db6cb9

Browse files
Zdravko BranzovZdravko Branzov
authored andcommitted
Update ios and android build version
1 parent fde091b commit 8db6cb9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.travis.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,25 @@ matrix:
1717
os: linux
1818
node_js: "6"
1919
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"
2121
os: osx
2222
env:
23-
- Webpack="iOS"
24-
osx_image: xcode8.3
23+
- WebpackiOS="11"
24+
osx_image: xcode9.1
2525
language: node_js
2626
node_js: "6"
2727
jdk: oraclejdk8
2828
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
2929
- language: android
3030
os: linux
3131
env:
32-
- Webpack="Android"
32+
- WebpackAndroid="26"
3333
jdk: oraclejdk8
3434
before_install: nvm install 6.10.3
3535
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
36-
- stage: "Build"
36+
- language: android
3737
env:
38-
- BuildAndroid="25"
39-
language: android
38+
- BuildAndroid="26"
4039
os: linux
4140
jdk: oraclejdk8
4241
before_install: nvm install 6.10.3
@@ -45,9 +44,9 @@ matrix:
4544
- "curl -u $SAUCE_USER:$SAUCE_KEY -X POST -H 'Content-Type: application/octet-stream' $ANDROID_SAUCE_STORAGE --data-binary @$ANDROID_PACKAGE_FOLDER/$ANDROID_PACKAGE"
4645
- os: osx
4746
env:
48-
- BuildiOS="10.3"
49-
- Xcode="8.3"
50-
osx_image: xcode8.3
47+
- BuildiOS="11"
48+
- Xcode="9.1"
49+
osx_image: xcode9.1
5150
language: node_js
5251
node_js: "6"
5352
jdk: oraclejdk8
@@ -79,8 +78,9 @@ android:
7978
components:
8079
- tools
8180
- platform-tools
82-
- build-tools-25.0.2
83-
- android-25
81+
- build-tools-26.0.1
82+
- android-26
83+
- android-23
8484
- extra-android-m2repository
8585

8686
before_cache:

0 commit comments

Comments
 (0)