diff --git a/.travis.yml b/.travis.yml index 460552e..73c0dd9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ android: - android-21 before_script: - - yes | android update sdk -u -t 1,2,3 + - echo y | android update sdk -u -t 1,2,3 script: - ./gradlew test