Skip to content

Commit

Permalink
testing yet another travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
emilsjolander committed Feb 6, 2014
1 parent c764a9d commit 2ff94d3
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 @@ -11,7 +11,7 @@ before_install:
- export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools

# Install required components.
- echo yes | android update sdk -a -t platform-tools,build-tools-18.0.0,android-18,extra-android-support,extra-android-m2repository --no-ui --force > /dev/null
- echo yes | android update sdk -a -t platform-tools,build-tools-19.0.0,android-19,extra-android-support,extra-android-m2repository --no-ui --force > /dev/null

install:
- ./gradlew assemble -s
Expand Down

0 comments on commit 2ff94d3

Please sign in to comment.