diff options
| author | Jeremy Klein <jlklein@google.com> | 2015-07-15 17:59:22 -0700 | 
|---|---|---|
| committer | Jeremy Klein <jlklein@google.com> | 2015-07-15 20:13:51 -0700 | 
| commit | 83510cc3e77a0c5afda2df8c3ca6d06f096c91ea (patch) | |
| tree | fb6a7f47ef582250a07491448383120f4b13b653 | |
| parent | 8b52ad7be7ce68e7b0050a78e46bfc749db14276 (diff) | |
| download | connectbot-83510cc3e77a0c5afda2df8c3ca6d06f096c91ea.tar.gz connectbot-83510cc3e77a0c5afda2df8c3ca6d06f096c91ea.tar.bz2 connectbot-83510cc3e77a0c5afda2df8c3ca6d06f096c91ea.zip | |
Add android 22 and m2repository to the travis ci.
| -rw-r--r-- | .travis.yml | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/.travis.yml b/.travis.yml index 4979aa7..d05375b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,9 @@ before_script:  android:    components:      - build-tools-22.0.0 +    - android-22      - extra-android-support +    - extra-android-m2repository    license:      - '.+' | 
