Skip to content

Commit f8ad528

Browse files
authored
also accept terms for android sdk android-27
1 parent a078337 commit f8ad528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ before_install:
9494
- node --version
9595
- if [[ "$PLATFORM" =~ android ]]; then gradle --version; fi
9696
- if [[ "$PLATFORM" =~ ios ]]; then npm install -g ios-deploy; fi
97-
- if [[ "$PLATFORM" =~ android ]]; then echo y | android update sdk -u --filter android-22,android-23,android-24,android-25,android-26;
97+
- if [[ "$PLATFORM" =~ android ]]; then echo y | android update sdk -u --filter android-22,android-23,android-24,android-25,android-26,android-27;
9898
fi
9999
- git clone https://github.com/apache/cordova-paramedic /tmp/paramedic && pushd /tmp/paramedic
100100
&& npm install && popd

0 commit comments

Comments
 (0)