Skip to content

Commit a7aa45f

Browse files
author
Zdravko
authored
Merge pull request #176 from NativeScript/zbranzov/use-latest-android
chore: update android sdk and build tools
2 parents 2bd18cb + 0d7433c commit a7aa45f

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.travis.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ matrix:
2323
script: cd src && npm run ci.tslint
2424
- stage: "Build and Test"
2525
env:
26-
- BuildAndroid="28"
26+
- BuildAndroid="29"
2727
- NodeJs="8"
2828
- Type="TypeScript"
2929
language: android
@@ -37,7 +37,7 @@ matrix:
3737
- cd ../demo
3838
- tns build android
3939
- env:
40-
- BuildAndroid="28"
40+
- BuildAndroid="29"
4141
- Type="TypeScript"
4242
language: android
4343
dist: trusty
@@ -54,11 +54,10 @@ matrix:
5454
env:
5555
- BuildiOS="12.0"
5656
- Type="TypeScript"
57-
osx_image: xcode10.2
57+
osx_image: xcode11.2
5858
language: node_js
5959
node_js: "10"
6060
jdk: oraclejdk8
61-
before_script: pod repo update
6261
script:
6362
- cd src && npm run postclone gitHubUsername=TheGitHubUser pluginName=ThePlugin initGit=y includeTypeScriptDemo=y includeAngularDemo=n
6463
- npm run tsc
@@ -68,7 +67,7 @@ matrix:
6867
- "curl -u $SAUCE_USER:$SAUCE_KEY -X POST -H 'Content-Type: application/octet-stream' $IOS_SAUCE_STORAGE/$IOS_PACKAGE_JS?overwrite=true --data-binary @$IOS_PACKAGE_FOLDER_JS/$IOS_PACKAGE_JS"
6968
- os: linux
7069
env:
71-
- BuildAndroid="28"
70+
- BuildAndroid="29"
7271
- Type="Angular"
7372
language: android
7473
dist: trusty
@@ -84,11 +83,10 @@ matrix:
8483
env:
8584
- BuildiOS="12.0"
8685
- Type="Angular"
87-
osx_image: xcode10.2
86+
osx_image: xcode11.2
8887
language: node_js
8988
node_js: "10"
9089
jdk: oraclejdk8
91-
before_script: pod repo update
9290
script:
9391
- cd src && npm run postclone gitHubUsername=TheGitHubUser pluginName=ThePlugin initGit=y includeTypeScriptDemo=n includeAngularDemo=y
9492
- npm run tsc
@@ -120,7 +118,7 @@ matrix:
120118
language: node_js
121119
node_js: "10"
122120
jdk: oraclejdk8
123-
osx_image: xcode10.2
121+
osx_image: xcode11.2
124122
before_script:
125123
- cd seed-tests && npm i
126124
script:
@@ -173,9 +171,9 @@ android:
173171
components:
174172
- tools
175173
- platform-tools
176-
- build-tools-28.0.3
174+
- build-tools-29.0.2
177175
- android-21
178-
- android-28
176+
- android-29
179177
- extra-android-m2repository
180178
- sys-img-armeabi-v7a-android-21
181179

0 commit comments

Comments
 (0)