From 1ced3fac5c4e308885516fa294c1f8a053e51681 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Mon, 24 Nov 2014 00:43:22 -0500 Subject: [PATCH] Accept licenses for update --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cea4ab1..460552e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ android: - android-21 before_script: - - android update sdk -u -t 1,2,3 + - yes | android update sdk -u -t 1,2,3 script: - ./gradlew test