Skip to content

Commit

Permalink
Bump Android SDK to 26 and android plugin to 6.2.2 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
keyz182 committed Apr 18, 2018
1 parent 3f9583e commit 4b26a8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ matrix:
- platform-tools
- tools
- build-tools-26.0.0
- android-25
- android-26
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
Expand All @@ -38,7 +38,7 @@ matrix:
- platform-tools
- tools
- build-tools-26.0.0
- android-25
- android-26
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
Expand Down Expand Up @@ -66,7 +66,7 @@ matrix:
before_install:
- nvm install 8
- PATH=$TRAVIS_BUILD_DIR/node_modules/.bin:$PATH ; export PATH
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then yes | sdkmanager "platforms;android-26" ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then yes | sdkmanager "build-tools;26.0.0" "platforms;android-26" ; fi

before_script:
- npm install $CORDOVA_NPM
Expand Down
2 changes: 1 addition & 1 deletion build-android-v6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rm -rf .build-android

cd .build-android

../node_modules/.bin/cordova platform add android@~6.0.0
../node_modules/.bin/cordova platform add android@~6.2.2

../node_modules/.bin/cordova plugin add ..

Expand Down

0 comments on commit 4b26a8f

Please sign in to comment.