Skip to content

Commit

Permalink
copies licences to android home
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Müller authored and hotchemi committed Jul 9, 2018
1 parent d633457 commit fa8e1d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -20,7 +20,9 @@ jdk:
- oraclejdk8

before_install:
- echo "sdk.dir=$ANDROID_HOME" > local.properties
- echo "sdk.dir=$ANDROID_HOME" > local.properties
- mkdir "$ANDROID_HOME/licenses" || true
- cp ./android-sdk-licenses/* "$ANDROID_HOME/licenses/"

branches:
except:
Expand Down

0 comments on commit fa8e1d5

Please sign in to comment.