Use a proper echo instead of yes

This commit is contained in:
Bradlee Speice 2014-11-24 00:50:13 -05:00
parent 1ced3fac5c
commit ec2c80d125

View File

@ -11,7 +11,7 @@ android:
- android-21 - android-21
before_script: before_script:
- yes | android update sdk -u -t 1,2,3 - echo y | android update sdk -u -t 1,2,3
script: script:
- ./gradlew test - ./gradlew test