Skip to content

Commit 6e7871b

Browse files
authoredOct 1, 2018
also accept terms for android sdk android-27
1 parent c2f5216 commit 6e7871b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ before_install:
6969
- node --version
7070
- if [[ "$PLATFORM" =~ android ]]; then gradle --version; fi
7171
- if [[ "$PLATFORM" =~ ios ]]; then npm install -g ios-deploy; fi
72-
- if [[ "$PLATFORM" =~ android ]]; then echo y | android update sdk -u --filter android-22,android-23,android-24,android-25,android-26;
72+
- if [[ "$PLATFORM" =~ android ]]; then echo y | android update sdk -u --filter android-22,android-23,android-24,android-25,android-26,android-27;
7373
fi
7474
- git clone https://github.com/apache/cordova-paramedic /tmp/paramedic && pushd /tmp/paramedic
7575
&& npm install && popd

0 commit comments

Comments
 (0)
Please sign in to comment.