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

fix: android build job #128

Merged
merged 1 commit into from
May 18, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ matrix:
- BuildAndroid="26"
language: android
jdk: oraclejdk8
before_install: nvm install stable
before_install: nvm install 8.9.4
script:
- cd src && npm i && npm run tsc && cd ../demo && tns build android
- os: osx
Expand Down Expand Up @@ -73,7 +73,7 @@ android:
- tools
- tools
- platform-tools
- build-tools-26.0.1
- build-tools-26.0.2
- android-26
- android-23
- extra-android-m2repository
Expand Down