From ec2c80d125443e2c6d5769fc3f8d06057329fc28 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Mon, 24 Nov 2014 00:50:13 -0500 Subject: [PATCH] Use a proper echo instead of yes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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