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 7cb3187 commit 278c5d8Copy full SHA for 278c5d8
.travis.yml
@@ -79,7 +79,7 @@ before_install:
79
- node --version
80
- if [[ "$PLATFORM" =~ android ]]; then gradle --version; fi
81
- if [[ "$PLATFORM" =~ ios ]]; then npm install -g ios-deploy; fi
82
-- 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;
83
fi
84
- git clone https://github.com/apache/cordova-paramedic /tmp/paramedic && pushd /tmp/paramedic
85
&& npm install && popd
0 commit comments