Skip to content

Commit 59966ac

Browse files
authored
also accept terms for android sdk android-27
1 parent f69ba2a commit 59966ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ before_install:
7373
- node --version
7474
- if [[ "$PLATFORM" =~ android ]]; then gradle --version; fi
7575
- if [[ "$PLATFORM" =~ ios ]]; then npm install -g ios-deploy; fi
76-
- if [[ "$PLATFORM" =~ android ]]; then echo y | android update sdk -u --filter android-22,android-23,android-24,android-25,android-26;
76+
- if [[ "$PLATFORM" =~ android ]]; then echo y | android update sdk -u --filter android-22,android-23,android-24,android-25,android-26,android-27;
7777
fi
7878
- git clone https://github.com/apache/cordova-paramedic /tmp/paramedic && pushd /tmp/paramedic
7979
&& npm install && popd
@@ -83,4 +83,4 @@ install:
8383
script:
8484
- npm test
8585
- node /tmp/paramedic/main.js --config pr/$PLATFORM --plugin $(pwd) --shouldUseSauce
86-
--buildName travis-plugin-media-capture-$TRAVIS_JOB_NUMBER
86+
--buildName travis-plugin-media-capture-$TRAVIS_JOB_NUMBER

0 commit comments

Comments
 (0)