Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Update emulator api level to 23
  • Loading branch information
SvetoslavTsenov authored May 8, 2017
1 parent 443cacc commit 81d5b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android:
- build-tools-23.0.1
- android-23
- extra-android-m2repository
- sys-img-armeabi-v7a-android-19
- sys-img-armeabi-v7a-android-23
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
cache:
Expand Down Expand Up @@ -40,7 +40,7 @@ script:
-
- tns build android
- android-wait-for-emulator
- npm run run-appium-android
- npm run run-appium-android-23
before_deploy:
- cd ../nativescript-angular
- npm install -g nativescript --ignore-scripts
Expand Down

0 comments on commit 81d5b40

Please sign in to comment.