diff options
author | Sam Whited <sam@samwhited.com> | 2015-01-06 21:51:37 -0500 |
---|---|---|
committer | Sam Whited <sam@samwhited.com> | 2015-01-06 21:57:28 -0500 |
commit | 312f95b73d9e2e1a0e3f21ea7c297263ec05987b (patch) | |
tree | 3a937ff396eed3170f12d6afb941b822fec81d3c /.travis.yml | |
parent | 45bb59dba8850d67025a83244a80a1d69d59276b (diff) |
Update travis config to use current build tools
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 cb01fd95..e11c02c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,6 @@ android: components: - platform-tools - tools + - build-tools-21.1.2 - build-tools-19.1.0 - - android-19 + - android-21 |