We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
android-27
1 parent a078337 commit f8ad528Copy full SHA for f8ad528
1 file changed
.travis.yml
@@ -94,7 +94,7 @@ before_install:
94
- node --version
95
- if [[ "$PLATFORM" =~ android ]]; then gradle --version; fi
96
- 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;
+- if [[ "$PLATFORM" =~ android ]]; then echo y | android update sdk -u --filter android-22,android-23,android-24,android-25,android-26,android-27;
98
fi
99
- git clone https://github.com/apache/cordova-paramedic /tmp/paramedic && pushd /tmp/paramedic
100
&& npm install && popd
0 commit comments