Reference build: https://travis-ci.org/ameer1234567890/Cevapr/builds/42053662
My .travis.yml is:
language: android
android:
components:
- tools
- build-tools-19.1.0
- android-19
- platform-tools
before_script:
- chmod +x gradlew
The error is:
./gradlew build connectedCheck
: No such file or directory
The command "./gradlew build connectedCheck" exited with 127.
Done. Your build exited with 1.