Skip to content

Commit

Permalink
Should care travis x64
Browse files Browse the repository at this point in the history
  • Loading branch information
bharddee committed Jan 23, 2014
1 parent e5842c0 commit db4e707
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 @@ -7,7 +7,7 @@ before_install:
# - chmod +x gradlew
# Install base Android SDK
- sudo apt-get update -qq
#- if [ `uname -m` = x86_64 ]; then sudo apt-get install -qq --force-yes libgd2-xpm ia32-libs ia32-libs-multiarch > /dev/null; fi
- if [ `uname -m` = x86_64 ]; then sudo apt-get install -qq --force-yes libgd2-xpm ia32-libs ia32-libs-multiarch > /dev/null; fi
- export URL_ANDROID_SDK="http://dl.google.com/android/android-sdk_r22.3-linux.tgz"
- export FILENAME_SDK="android-sdk_r22.3-linux.tgz"
- export ANDROID_HOME=$PWD/android-sdk-linux
Expand Down

0 comments on commit db4e707

Please # to comment.