I builded my library Android build-tools version to 23.0.3
in travis-ci but building is failure like below
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> failed to find Build Tools revision 23.0.3
in my .travis.yml
like below
language: android
android:
components:
- build-tools-23.0.3
- android-23
- extra
and this is the travis-ci build logs
here