Skip to content

Commit

Permalink
Fixed Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
nostra13 committed Mar 31, 2013
1 parent 8698308 commit 5e250bc
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
# setup your ANDROID_HOME and PATH environment variables
# use ~/builds/[Github username]/[project]/android-sdk-linux
- export ANDROID_HOME='pwd'/android-sdk-linux
- export ANDROID_HOME=`pwd`/android-sdk-linux
- export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
# Download the android sdk we need
# Android Platform tools, required to compile
Expand Down

1 comment on commit 5e250bc

@lgengsy
Copy link

@lgengsy lgengsy commented on 5e250bc Apr 2, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi~

Please sign in to comment.