diff options
author | Matthew Wong <wongma7@outlook.com> | 2016-01-05 15:07:35 -0500 |
---|---|---|
committer | Matthew Wong <wongma7@outlook.com> | 2016-01-05 15:07:35 -0500 |
commit | 5cf345eaa3e37cfaca82aa8f7d66328361ca27c3 (patch) | |
tree | 031d0cb46a2e473bef302642c56cdd684a460cfe | |
parent | aaa9af93defeee1daea6c79b517e67a7ce754803 (diff) |
Fix .travis.yml
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index d3b44994..36f0fc3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,10 @@ language: android android: components: - - android-23 - - build-tools-23.0.2 - platform-tools - tools + - build-tools-23.0.2 + - android-23 - extra-google-m2repository - extra-android-m2repository |