Browse Source

Fixed CI build error due to missing build tools

master
Anthony Restaino 8 years ago
parent
commit
34327136d9
  1. 2
      .travis.yml

2
.travis.yml

@ -2,7 +2,7 @@ language: android @@ -2,7 +2,7 @@ language: android
sudo: false
android:
components:
- build-tools-23.0.1
- build-tools-23.0.2
- build-tools-22.0.1
- android-23
- android-22

Loading…
Cancel
Save