Skip to content

Commit

Permalink
Add before install settings for travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
IvBaranov committed Sep 3, 2018
1 parent 9d02839 commit 5964179
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ android:
- extra-android-support
- extra-android-m2repository

before_install:
- yes | sdkmanager "platforms;android-27"

before_script:
- chmod +x gradlew

Expand Down

0 comments on commit 5964179

Please sign in to comment.