create libs directory after building with travis
This commit is contained in:
parent
fa752b596d
commit
4e886ebbcc
|
@ -10,6 +10,7 @@ android:
|
|||
licenses:
|
||||
- '.+'
|
||||
before_script:
|
||||
- mkdir libs
|
||||
- wget -O libs/libwebrtc-m81.aar http://gultsch.de/files/libwebrtc-m81.aar
|
||||
script:
|
||||
- ./gradlew assembleConversationsFreeSystemRelease
|
||||
|
|
Loading…
Reference in New Issue