Added missing "echo" statement

This commit is contained in:
Dmitry Panin
2013-11-25 13:41:29 +04:00
parent 73f9319b92
commit 9889186eab

View File

@@ -11,5 +11,5 @@ install:
- wget http://dl.google.com/android/android-sdk_r22-linux.tgz -nv
- tar --absolute-names -jxf android-ndk-r9-linux-x86_64.tar.bz2
- tar -zxf android-sdk_r22-linux.tgz
- $ANDROID update sdk --filter 1,2,3,8 --no-ui --force > log.txt
- echo yes | $ANDROID update sdk --filter 1,2,3,8 --no-ui --force > log.txt
script: "./travis-script.sh"