chmod +x gradlew

This commit is contained in:
Erik C. Thauvin 2017-04-04 11:58:34 -07:00
parent 037020e8a6
commit 6c2c8e9e98

View file

@ -1,11 +1,14 @@
language: android
jdk:
- oraclejdk8
before_install:
- chmod +x gradlew
android:
components:
- tools # to get the new `repository-11.xml`
- tools # see https://github.com/travis-ci/travis-ci/issues/6040#issuecomment-219367943)
- tools
- platform-tools
- build-tools-25.0.2
- android-25
- extra-google-m2repository
script:
- ./gradlew build connectedCheck