Skip to content

Commit

Permalink
Getting there ...
Browse files Browse the repository at this point in the history
  • Loading branch information
passy committed Mar 27, 2014
1 parent d570a79 commit 55dfc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before_install:
- tar -zxf android-sdk_r21.1-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,extra-google-m2repository,android-19,extra-google-google_play_services,extra-android-support --no-ui --force > /dev/null
- android update sdk --filter platform-tools,extra-google-m2repository,extra-android-m2repository,android-19,extra-google-google_play_services,extra-android-support --no-ui --force > /dev/null

install:
- TERM=dumb ./gradlew assemble
Expand Down

0 comments on commit 55dfc30

Please sign in to comment.