Skip to content

Commit

Permalink
Use new build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkel committed Nov 18, 2014
1 parent 031fabc commit 0c45614
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 xzf android-sdk_r23.0.2-linux.tgz
- export ANDROID_HOME=`pwd`/android-sdk-linux
- export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
- echo y | android update sdk --filter platform-tools,build-tools-17.0.0,android-21 --no-ui --force --all
- echo y | android update sdk --filter platform-tools,build-tools-19.1.0,android-21 --no-ui --force --all
install: mvn install -DskipTests=true -e
script:
- mvn android:lint
Expand Down

0 comments on commit 0c45614

Please sign in to comment.