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 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