diff options
author | wongma7 <wongma7@users.noreply.github.com> | 2016-01-03 02:35:02 -0500 |
---|---|---|
committer | wongma7 <wongma7@users.noreply.github.com> | 2016-01-03 02:35:02 -0500 |
commit | 9e930ae92351c4044e3efb1c715c99c87fc7edd7 (patch) | |
tree | 0d31ebca74771838f7603744d002569066123096 | |
parent | 90805cc49695272fabfdee3d08ffb82bdb8a749d (diff) |
Fix .travis.yml https://github.com/travis-ci/travis-ci/issues/5036
-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 |