Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit d5800e3

Browse files
author
Zdravko
authored
Merge pull request #128 from NativeScript/zbranzov/fix-build
fix: android build job
2 parents 4682b8a + c0de74d commit d5800e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ matrix:
2929
- BuildAndroid="26"
3030
language: android
3131
jdk: oraclejdk8
32-
before_install: nvm install stable
32+
before_install: nvm install 8.9.4
3333
script:
3434
- cd src && npm i && npm run tsc && cd ../demo && tns build android
3535
- os: osx
@@ -73,7 +73,7 @@ android:
7373
- tools
7474
- tools
7575
- platform-tools
76-
- build-tools-26.0.1
76+
- build-tools-26.0.2
7777
- android-26
7878
- android-23
7979
- extra-android-m2repository

0 commit comments

Comments
 (0)