diff --git a/.travis.yml b/.travis.yml index af91e7d..553bb01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: - unzip gradle-2.14.1-bin.zip - export GRADLE_HOME=$PWD/gradle-2.14.1 - export PATH=$GRADLE_HOME/bin:$PATH - - ( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk -a --no-ui --filter tool,platform-tool,build-tools-25.0.0 + - ( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk -a --no-ui --filter tool,platform-tool,build-tools-25.0.2 - git clone https://github.com/cbitstech/anthracite-clients-android.git - mv anthracite-clients-android .. @@ -20,7 +20,7 @@ android: - tools # The BuildTools version used by your project - # - build-tools-24 + # - build-tools-25 # The SDK version used to compile your project - android-25