Skip to content

Commit

Permalink
also accept terms for android sdk android-27
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio committed Oct 1, 2018
1 parent f69ba2a commit 59966ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -73,7 +73,7 @@ before_install:
- node --version
- if [[ "$PLATFORM" =~ android ]]; then gradle --version; fi
- if [[ "$PLATFORM" =~ ios ]]; then npm install -g ios-deploy; fi
- if [[ "$PLATFORM" =~ android ]]; then echo y | android update sdk -u --filter android-22,android-23,android-24,android-25,android-26;
- if [[ "$PLATFORM" =~ android ]]; then echo y | android update sdk -u --filter android-22,android-23,android-24,android-25,android-26,android-27;
fi
- git clone https://github.com/apache/cordova-paramedic /tmp/paramedic && pushd /tmp/paramedic
&& npm install && popd
Expand All @@ -83,4 +83,4 @@ install:
script:
- npm test
- node /tmp/paramedic/main.js --config pr/$PLATFORM --plugin $(pwd) --shouldUseSauce
--buildName travis-plugin-media-capture-$TRAVIS_JOB_NUMBER
--buildName travis-plugin-media-capture-$TRAVIS_JOB_NUMBER

0 comments on commit 59966ac

Please sign in to comment.