Skip to content

Commit 278c5d8

Browse files
author
Alexander Sorokin
committed
CB-13472: (CI) Fixed Travis Android builds again
1 parent 7cb3187 commit 278c5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ before_install:
7979
- node --version
8080
- if [[ "$PLATFORM" =~ android ]]; then gradle --version; fi
8181
- 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;
82+
- if [[ "$PLATFORM" =~ android ]]; then echo y | android update sdk -u --filter android-22,android-23,android-24,android-25,android-26;
8383
fi
8484
- git clone https://github.com/apache/cordova-paramedic /tmp/paramedic && pushd /tmp/paramedic
8585
&& npm install && popd

0 commit comments

Comments
 (0)