Skip to content

Commit

Permalink
Reduce the set of things needed for building the android examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgruber committed Jun 12, 2013
1 parent 5a15b9e commit d6ab94a
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 @@ -12,7 +12,7 @@ before_install:
- tar -xzf android-sdk_r21.0.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,android-16,extra-android-support,android-17,sysimg-17 --no-ui --force
- android update sdk --filter platform-tools,android-16 --no-ui --force

install: mvn install clean --fail-never --quiet -DskipTests=true -Dinvoker.skip=true

Expand Down

0 comments on commit d6ab94a

Please sign in to comment.