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.
1 parent 73dc42a commit 9438809Copy full SHA for 9438809
.travis.yml
@@ -69,7 +69,7 @@ before_install:
69
- node --version
70
- if [[ "$PLATFORM" =~ android ]]; then gradle --version; fi
71
- 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;
+- if [[ "$PLATFORM" =~ android ]]; then echo y | android update sdk -u --filter android-22,android-23,android-24,android-25,android-26;
73
fi
74
- git clone https://github.com/apache/cordova-paramedic /tmp/paramedic && pushd /tmp/paramedic
75
&& npm install && popd
0 commit comments