We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
android-27
1 parent a006da3 commit 74772c3Copy full SHA for 74772c3
.travis.yml
@@ -73,7 +73,7 @@ before_install:
73
- node --version
74
- if [[ "$PLATFORM" =~ android ]]; then gradle --version; fi
75
- 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;
+- if [[ "$PLATFORM" =~ android ]]; then echo y | android update sdk -u --filter android-22,android-23,android-24,android-25,android-26,android-27;
77
fi
78
- git clone https://github.com/apache/cordova-paramedic /tmp/paramedic && pushd /tmp/paramedic
79
&& npm install && popd
0 commit comments