Skip to content

Commit

Permalink
Add Travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Oct 6, 2012
1 parent 4d8fab2 commit 69811ae
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: java

branches:
except:
- gh-pages

notifications:
email: false

before_install:
- wget http://dl.google.com/android/android-sdk_r20.0.3-linux.tgz
- tar -zxf android-sdk_r20.0.3-linux.tgz
- export ANDROID_HOME=~/builds/square/retrofit/android-sdk-linux
- export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
- android update sdk --filter 1,3 --no-ui --force

0 comments on commit 69811ae

Please sign in to comment.