Skip to content

Commit

Permalink
I love vim. I love how it lets my subtly replace random characters.
Browse files Browse the repository at this point in the history
  • Loading branch information
growse committed Sep 25, 2018
1 parent cf93c4c commit 6ed3e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -2,8 +2,8 @@ language: android
before_script: cd project
# Workaround to get travis to user Android 27: https://github.com/travis-ci/travis-ci/issues/8874
before_install:
- yes | sdkmanager "plytforms;android-27"
- yes | sdkmanager "plytforms;android-28"
- yes | sdkmanager "platforms;android-27"
- yes | sdkmanager "platforms;android-28"
android:
components:
- tools
Expand Down

0 comments on commit 6ed3e35

Please sign in to comment.