Skip to content
This repository was archived by the owner on Feb 7, 2019. It is now read-only.

Commit 6e711cf

Browse files
author
Zdravko
authored
Merge pull request #217 from NativeScript/zbranzov/fix-build
fix: android build job
2 parents 592e3b3 + 7f5f5f7 commit 6e711cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ matrix:
3636
- AndroidSDK="26"
3737
os: linux
3838
jdk: oraclejdk8
39-
before_install: nvm install stable
39+
before_install: nvm install 8.9.4
4040
script: >
4141
echo { \"project_info\": { \"project_number\": \"424050927453\", \"firebase_url\": \"https://pptest-53916.firebaseio.com\", \"project_id\": \"pptest-53916\", \"storage_bucket\": \"pptest-53916.appspot.com\" }, \"client\": [ { \"client_info\": { \"mobilesdk_app_id\": \"1:424050927453:android:21d2dd8987e1e3d1\", \"android_client_info\": { \"package_name\": \"org.nativescript.ppTest\" } }, \"oauth_client\": [ { \"client_id\": \"424050927453-o7gv6bcmknujjoaaoa5r4d452cutb9jf.apps.googleusercontent.com\", \"client_type\": 3 } ], \"api_key\": [ { \"current_key\": \"AIzaSyDr3fqH7Z8-vhBNpAges_KFTA7oOoylGvU\" } ], \"services\": { \"analytics_service\": { \"status\": 1 }, \"appinvite_service\": { \"status\": 1, \"other_platform_oauth_client\": [] }, \"ads_service\": { \"status\": 2 } } } ], \"configuration_version\": \"1\"} > demo/app/App_Resources/Android/google-services.json &&
4242
cd demo && npm run ci.android.build
@@ -54,7 +54,7 @@ android:
5454
components:
5555
- tools
5656
- platform-tools
57-
- build-tools-26.0.1
57+
- build-tools-26.0.2
5858
- android-23
5959
- android-26
6060
- extra-android-m2repository

0 commit comments

Comments
 (0)