Skip to content

Commit

Permalink
Attempt to fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
fredszaq committed Feb 24, 2014
1 parent 1abbb49 commit 619faf2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@ before_install:
- tar xzf android-sdk_r22.3-linux.tgz
- export ANDROID_HOME=$PWD/android-sdk-linux
- export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
- android update sdk --filter platform-tools,android-16 --no-ui --force > /dev/null

script:
# main build
- mvn clean install

- ( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk --no-ui --filter platform-tool,android-16,build-tools-19.0.2



0 comments on commit 619faf2

Please sign in to comment.