diff options
author | Matthew Wong <wongma@protonmail.ch> | 2015-12-31 05:14:37 -0500 |
---|---|---|
committer | Matthew Wong <wongma@protonmail.ch> | 2015-12-31 05:14:37 -0500 |
commit | a782c3f83e6f40ad24f6ffbb3fa5b0d5b4f409f5 (patch) | |
tree | e251224ccd90d2b9bc4bbbe867ab17659e00d878 /.travis.yml | |
parent | 1d9e3b50a5e186e1f2b068739dfd66c3c3f8c8aa (diff) |
Add 'pick password' option that shows only when no other items are available (+travis)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 74cefbe0..d3b44994 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,9 @@ language: android android: components: - android-23 - - build-tools-23.0.1 + - build-tools-23.0.2 - platform-tools + - tools - extra-google-m2repository - extra-android-m2repository |