Skip to content

Commit

Permalink
Change license acceptance line, according to StackOverflow
Browse files Browse the repository at this point in the history
  • Loading branch information
voghDev committed Dec 8, 2018
1 parent e53bba1 commit 3fe9aac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -8,7 +8,7 @@ android:
components:
- tools
- platform-tools
- build-tools-27.0.3
- build-tools-28.0.2
- android-27
- android-22
- extra-google-google_play_services
Expand All @@ -21,7 +21,7 @@ licenses:
- 'google-gdk-license-.+'

before_install:
- yes | sdkmanager "platforms;android-27"
- yes | sdkmanager "build-tools;28.0.2"

before_script:
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a -c 32M
Expand Down

0 comments on commit 3fe9aac

Please sign in to comment.