mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Update .travis.yml
This commit is contained in:
@@ -1 +1,9 @@
|
|||||||
language: objective-c
|
language: objective-c
|
||||||
|
osx_image: xcode7.3
|
||||||
|
install:
|
||||||
|
- brew update
|
||||||
|
- brew install android-sdk
|
||||||
|
- echo y | android update sdk -t android-23,build-tools-23.0.3,extra-android-m2repository --no-ui --all
|
||||||
|
before_script:
|
||||||
|
- export ANDROID_HOME=/usr/local/opt/android-sdk
|
||||||
|
script: ./build.sh
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ def computeBuildToolsVersion() {
|
|||||||
return buildToolsVersion
|
return buildToolsVersion
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
return "22.0.1"
|
return "23.0.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user