Skip to content

Commit

Permalink
Update repository name in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Nov 15, 2012
1 parent bf4cf85 commit 77313b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,6 +6,6 @@ notifications:
before_install:
- wget http://dl.google.com/android/android-sdk_r21-linux.tgz
- tar -zxf android-sdk_r21-linux.tgz
- export ANDROID_HOME=~/builds/github/android/android-sdk-linux
- export ANDROID_HOME=~/builds/github/gauges-android/android-sdk-linux
- export PATH=${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools:${PATH}
- android update sdk --filter 1,4 --no-ui --force

0 comments on commit 77313b5

Please sign in to comment.