chmod +x gradlew
This commit is contained in:
parent
037020e8a6
commit
6c2c8e9e98
1 changed files with 6 additions and 3 deletions
|
@ -1,11 +1,14 @@
|
||||||
language: android
|
language: android
|
||||||
|
jdk:
|
||||||
|
- oraclejdk8
|
||||||
|
before_install:
|
||||||
|
- chmod +x gradlew
|
||||||
android:
|
android:
|
||||||
components:
|
components:
|
||||||
- tools # to get the new `repository-11.xml`
|
- tools
|
||||||
- tools # see https://github.com/travis-ci/travis-ci/issues/6040#issuecomment-219367943)
|
|
||||||
- platform-tools
|
- platform-tools
|
||||||
- build-tools-25.0.2
|
- build-tools-25.0.2
|
||||||
- android-25
|
- android-25
|
||||||
|
- extra-google-m2repository
|
||||||
script:
|
script:
|
||||||
- ./gradlew build connectedCheck
|
- ./gradlew build connectedCheck
|
Loading…
Add table
Add a link
Reference in a new issue