CB-12524: I need travis to install a wrapper on this, since travis fails the gradle check

This commit is contained in:
Joe Bowser 2017-03-10 10:53:35 -08:00
parent ab276504fd
commit fb9f0f3ee8

View File

@ -9,6 +9,7 @@ install:
- npm install - npm install
- npm install -g codecov - npm install -g codecov
- echo y | android update sdk -u --filter android-22,android-23,android-24,android-25 - echo y | android update sdk -u --filter android-22,android-23,android-24,android-25
- gradle wrapper
android: android:
components: components:
- tools - tools