Skip to content

Commit

Permalink
I'm getting impatient waiting for travis to run my recent change. We …
Browse files Browse the repository at this point in the history
…suspect the error is caused by the closing : at the end of the PATH. Let's see.
  • Loading branch information
julianharty committed Nov 13, 2013
1 parent d6efe8f commit 8da5ad8
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:
- tar -zxf android-sdk_r22.3-linux.tgz
- export ANDROID_HOME=`pwd`/android-sdk-linux
- ls -la android-sdk-linux
- export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools:
- export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
# only update the sdk for the tools and platform-tools (1,2) and whatever api level
# you are building for android (run "android list sdk --extended --no-ui" to get the full list).
- android update sdk --filter 1,2 --no-ui --force
Expand Down

0 comments on commit 8da5ad8

Please sign in to comment.