CB-13763: Add build-tools-26.0.2 to travis
diff --git a/.travis.yml b/.travis.yml
index 95ea19f..3c51a6f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,6 +41,7 @@
     android:
       components:
       - tools
+      - build-tools-26.0.2
   - env: PLATFORM=android-5.1
     os: linux
     language: android
@@ -48,6 +49,7 @@
     android:
       components:
       - tools
+      - build-tools-26.0.2
   - env: PLATFORM=android-6.0
     os: linux
     language: android
@@ -55,6 +57,7 @@
     android:
       components:
       - tools
+      - build-tools-26.0.2
   - env: PLATFORM=android-7.0
     os: linux
     language: android
@@ -62,6 +65,7 @@
     android:
       components:
       - tools
+      - build-tools-26.0.2
 before_install:
 - rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm
   && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm